]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/command-line/startup/startup.factor
vm: 64mb for codeheap is not enough for load-all. default to 96mb
[factor.git] / basis / command-line / startup / startup.factor
index 9e385cdd460dbc9ed676b49d8eb1ae2a2e8d423b..923e7bb6dbd8959ee56a40fe9510d0ebdb4d0db2 100644 (file)
@@ -28,7 +28,7 @@ Options:
     -young=<int>        young gc generation 0 size in MiB [" write cell 4 / number>string write "]
     -aging=<int>        aging gc generation 1 size in MiB [" write cell 2 / number>string write "]
     -tenured=<int>      tenured gc generation 2 size in MiB [" write cell 24 * number>string write "]
-    -codeheap=<int>     codeheap size in MiB [64]
+    -codeheap=<int>     codeheap size in MiB [96]
     -pic=<int>          max pic size [3]
     -fep                enter fep mode immediately
     -no-signals         turn off OS signal handling