diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2025-06-01 11:58:40 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2025-06-01 11:58:58 -0400 |
| commit | 6a63c8653ae9121f1cbcee49d32ec4f8deaf0b65 (patch) | |
| tree | 266880ae3a709b95db1bc3fd3ef6ca48ffc6c192 /build.zig | |
| parent | fd72b38f68c6c0f637c7d3639162e4053135086c (diff) | |
| download | zig-6a63c8653ae9121f1cbcee49d32ec4f8deaf0b65.tar.gz zig-6a63c8653ae9121f1cbcee49d32ec4f8deaf0b65.zip | |
build: bump behavior max_rss
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -437,8 +437,8 @@ pub fn build(b: *std.Build) !void { .skip_non_native = skip_non_native, .skip_libc = skip_libc, .use_llvm = use_llvm, - // 2262585344 was observed on an x86_64-linux-gnu host. - .max_rss = 2488843878, + // 2520100864 was observed on an x86_64-linux-gnu host. + .max_rss = 2772110950, })); test_modules_step.dependOn(tests.addModuleTests(b, .{ |
