mirror of
https://github.com/ziglang/zig.git
synced 2025-01-08 11:12:14 +00:00
bump build_runner allocator to use 30 MB
This commit is contained in:
parent
38f05d4ac5
commit
f7837f445e
@ -14,7 +14,7 @@ pub fn main() -> %void {
|
||||
var arg_it = os.args();
|
||||
|
||||
// TODO use a more general purpose allocator here
|
||||
var inc_allocator = %%std.heap.IncrementingAllocator.init(20 * 1024 * 1024);
|
||||
var inc_allocator = %%std.heap.IncrementingAllocator.init(30 * 1024 * 1024);
|
||||
defer inc_allocator.deinit();
|
||||
|
||||
const allocator = &inc_allocator.allocator;
|
||||
|
Loading…
Reference in New Issue
Block a user