| author | |
| committer | |
| log | f7837f445e6ed51f1f68e5b1975550b06f51a52e |
| tree | 58227cbaa334802b3eaddd5e809ebc3ed3ef3e99 |
| parent | 38f05d4ac59aa799f947ae1fb4671acafcc283cb |
1 files changed, 1 insertions(+), 1 deletions(-)
std/special/build_runner.zig+1-1| ... | ... | @@ -14,7 +14,7 @@ pub fn main() -> %void { |
| 14 | 14 | var arg_it = os.args(); |
| 15 | 15 | |
| 16 | 16 | // TODO use a more general purpose allocator here |
| 17 | var inc_allocator = %%std.heap.IncrementingAllocator.init(20 * 1024 * 1024); | |
| 17 | var inc_allocator = %%std.heap.IncrementingAllocator.init(30 * 1024 * 1024); | |
| 18 | 18 | defer inc_allocator.deinit(); |
| 19 | 19 | |
| 20 | 20 | const allocator = &inc_allocator.allocator; |