memory on demo/Compile

This commit is contained in:
aarne
2012-05-27 15:35:54 +00:00
parent 590c1c55fd
commit 8717bfc401

View File

@@ -38,7 +38,7 @@ main = do
compileOne modu = do
let comm = "gf -make -s -optimize-pgf -name=" ++
modu ++ " " ++ modu ++ ".gf" ++
" +RTS -K32M"
" +RTS -K320M"
putStrLn comm
system comm