about summary refs log tree commit diff
path: root/src/bootstrap/main.pry
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/main.pry')
-rw-r--r--src/bootstrap/main.pry2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/main.pry b/src/bootstrap/main.pry
index 84824fd..347b63c 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(999999999);
+	let alloc = arena_init(99999999999);
 
 	let file = read_file(filename, alloc);