diff options
Diffstat (limited to 'src/bootstrap/main.pry')
| -rw-r--r-- | src/bootstrap/main.pry | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/main.pry b/src/bootstrap/main.pry index 347b63c..835f4c4 100644 --- a/src/bootstrap/main.pry +++ b/src/bootstrap/main.pry @@ -40,7 +40,7 @@ let main = (argc: i64, argv: **i8) => i64 { printf("%s\n", filename); - let alloc = arena_init(99999999999); + let alloc = arena_init(1024 * 1024 * 1024); let file = read_file(filename, alloc); |