mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
no longer causes compilation failure. This also addresses the problem of high map count causing OOM by choosing a page size of 2MiB for most targets when the page_size_max is smaller than this number.