Changes between Version 3 and Version 4 of Doc/compiler/problems
- Timestamp:
- Mar 7, 2007, 2:19:49 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/compiler/problems
v3 v4 17 17 0 errors, 31289 ms, 86 MB/506 MB heap, 11 MB/112 MB nonheap 18 18 }}} 19 The last line with gives the maximum amount of heap memory used and the maximum available (the value marked "heap"). If the maximum used is more than about 80% of the maximum , then you should consider increasing the memory allocated to the java virtual machine. See the section [Doc/compiler/running Running the Compiler] for how to specify the VM memory.19 The last line with gives the maximum amount of heap memory used and the maximum available (the value marked "heap"). If the maximum used is more than about 80% of the maximum available, then you should consider increasing the memory allocated to the java virtual machine. See the section [Doc/compiler/running Running the Compiler] for how to specify the VM memory. 20 20