We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5c54b commit a66692eCopy full SHA for a66692e
build.zig
@@ -141,7 +141,7 @@ pub fn build(b: *Build) !void {
141
.root_source_file = b.path("src/main.zig"),
142
.version = resolved_zls_version,
143
.optimize = optimize,
144
- .max_rss = if (optimize == .Debug and target_query.os_tag == .wasi) 2_200_000_000 else 1_500_000_000,
+ .max_rss = if (optimize == .Debug and target_query.os_tag == .wasi) 2_200_000_000 else 1_600_000_000,
145
.single_threaded = single_threaded,
146
.pic = pie,
147
.use_llvm = use_llvm,
0 commit comments