From 3109245a65f2c193b63ecd86e034c5d2254e3929 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Mon, 19 Aug 2019 05:42:07 -0700 Subject: [PATCH] Increase MAX_STATIC_DATA To avoid running out of memory --- bazic.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/bazic.inf b/bazic.inf index b727dc1..05cd10b 100644 --- a/bazic.inf +++ b/bazic.inf @@ -1,3 +1,4 @@ +!% $MAX_STATIC_DATA=150000 include "malloc.h"; include "tokeniser.h"; include "store.h"; -- 2.31.1