Skip to content

Commit

Permalink
build: increase max_rss to 7.8G
Browse files Browse the repository at this point in the history
  • Loading branch information
kcbanner authored and alexrp committed Nov 5, 2024
1 parent bd7dda0 commit c7c80e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,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_500_000_000,
.max_rss = 7_800_000_000,
.strip = options.strip,
.sanitize_thread = options.sanitize_thread,
.single_threaded = options.single_threaded,
Expand Down

0 comments on commit c7c80e5

Please sign in to comment.