We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f05d4 commit f7837f4Copy full SHA for f7837f4
std/special/build_runner.zig
@@ -14,7 +14,7 @@ pub fn main() -> %void {
14
var arg_it = os.args();
15
16
// TODO use a more general purpose allocator here
17
- var inc_allocator = %%std.heap.IncrementingAllocator.init(20 * 1024 * 1024);
+ var inc_allocator = %%std.heap.IncrementingAllocator.init(30 * 1024 * 1024);
18
defer inc_allocator.deinit();
19
20
const allocator = &inc_allocator.allocator;
0 commit comments