aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/special/build_runner.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/special/build_runner.zig b/std/special/build_runner.zig
index 0a3cce8c2f..4dfb6301fc 100644
--- a/std/special/build_runner.zig
+++ b/std/special/build_runner.zig
@@ -43,7 +43,7 @@ pub fn main() -> %void {
};
// TODO use a more general purpose allocator here
- var inc_allocator = %%mem.IncrementingAllocator.init(10 * 1024 * 1024);
+ var inc_allocator = %%mem.IncrementingAllocator.init(20 * 1024 * 1024);
defer inc_allocator.deinit();
const allocator = &inc_allocator.allocator;