From 3217146a2007113ed757d7b051e598c5dcc00e62 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 19 Oct 2016 00:41:06 +0200 Subject: Heap size --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.c b/compile.c index d32c7ac..f5a8751 100644 --- a/compile.c +++ b/compile.c @@ -80,7 +80,7 @@ int64_t compile(CleanString path, CleanString module) { "-I $CLEAN_HOME/lib/ArgEnv " "-I $CLEAN_HOME/lib/Directory " "-I $CLEAN_HOME/lib/MersenneTwister " - "-b -nt %s -o %s", + "-b -nt -h 20M %s -o %s", pathchars, modulechars, modulechars); free(pathchars); -- cgit v1.2.3