Increase MAX_STATIC_DATA master
authorJason Self <j@jxself.org>
Mon, 19 Aug 2019 12:42:07 +0000 (05:42 -0700)
committerJason Self <j@jxself.org>
Mon, 19 Aug 2019 12:42:07 +0000 (05:42 -0700)
To avoid running out of memory

bazic.inf

index b727dc1d5e12f4cc2ad320dd1923f00c8f8c4747..05cd10ba61129c01a506799aef791619a65e7c62 100644 (file)
--- a/bazic.inf
+++ b/bazic.inf
@@ -1,3 +1,4 @@
+!% $MAX_STATIC_DATA=150000
 include "malloc.h";
 include "tokeniser.h";
 include "store.h";