build: bump max_rss for building the compiler again

This commit is contained in:
Jakub Konka 2024-01-22 23:21:55 +01:00
parent e69ffcd8c1
commit 8fd4c36bf9

View file

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