Skip to content

Commit a66692e

Browse files
committed
update maxRSS values for release artifact compilation
1 parent 5f5c54b commit a66692e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub fn build(b: *Build) !void {
141141
.root_source_file = b.path("src/main.zig"),
142142
.version = resolved_zls_version,
143143
.optimize = optimize,
144-
.max_rss = if (optimize == .Debug and target_query.os_tag == .wasi) 2_200_000_000 else 1_500_000_000,
144+
.max_rss = if (optimize == .Debug and target_query.os_tag == .wasi) 2_200_000_000 else 1_600_000_000,
145145
.single_threaded = single_threaded,
146146
.pic = pie,
147147
.use_llvm = use_llvm,

0 commit comments

Comments
 (0)