diff options
author | johnvg | 2011-12-21 11:20:14 +0000 |
---|---|---|
committer | johnvg | 2011-12-21 11:20:14 +0000 |
commit | 3c40552d3071a8b5fb155a022fe01c62b787dfe7 (patch) | |
tree | 62925a9fb3f6b5f004605b9e0468e0e5d3184561 | |
parent | increase heap size to 24 MB (diff) |
increase heap size to 48 MB
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2037 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | CleanCompiler64.prj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CleanCompiler64.prj b/CleanCompiler64.prj index 96a705d..0cb169d 100644 --- a/CleanCompiler64.prj +++ b/CleanCompiler64.prj @@ -1,5 +1,6 @@ Version: 1.4 Global + ProjectRoot: . Built: False Target: StdEnv 64 Exec: {Project}\CleanCompiler64.exe @@ -7,7 +8,7 @@ Global CheckStacks: False CheckIndexes: True Application - HeapSize: 41943040 + HeapSize: 50331648 StackSize: 4194304 ExtraMemory: 0 IntialHeapSize: 8388608 @@ -47,4 +48,3 @@ Global MainModule Name: cocl Dir: {Project}\main - |