authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-01 19:13:10+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-01 19:13:10+02:00
log6ee0ef96fea84f66ad3e7e987a07a5b89ab41308
tree24e5fd19ff7c7877773bce19a4b5b77d2f95fb1d
parentdf5bbb5b95137384384a758145f6eedcca51867c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

build: bump max_rss of test-unit to 3_000_000_000

error: memory usage peaked at 2.74GB (2744430592 bytes), exceeding the declared upper bound of 2.70GB (2700000000 bytes)

1 files changed, 1 insertions(+), 1 deletions(-)

build.zig+1-1
...@@ -622,7 +622,7 @@ pub fn build(b: *std.Build) !void {...@@ -622,7 +622,7 @@ pub fn build(b: *std.Build) !void {
622 .use_llvm = use_llvm,622 .use_llvm = use_llvm,
623 .use_lld = use_llvm,623 .use_lld = use_llvm,
624 .zig_lib_dir = b.path("lib"),624 .zig_lib_dir = b.path("lib"),
625 .max_rss = 2_700_000_000,625 .max_rss = 3_000_000_000,
626 });626 });
627 if (link_libc) {627 if (link_libc) {
628 unit_tests.root_module.link_libc = true;628 unit_tests.root_module.link_libc = true;