macho: bump max rss by a slight margin

This commit is contained in:
Jakub Konka 2024-07-16 18:33:32 +02:00
parent b339a30680
commit d19aab2e87

View File

@ -620,7 +620,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St
.root_source_file = b.path("src/main.zig"),
.target = options.target,
.optimize = options.optimize,
.max_rss = 7_000_000_000,
.max_rss = 7_100_000_000,
.strip = options.strip,
.sanitize_thread = options.sanitize_thread,
.single_threaded = options.single_threaded,