Changes between Version 3 and Version 4 of Doc/compiler/problems


Ignore:
Timestamp:
Mar 7, 2007, 2:19:49 PM (19 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/compiler/problems

    v3 v4  
    17170 errors, 31289 ms, 86 MB/506 MB heap, 11 MB/112 MB nonheap
    1818}}}
    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.
     19The 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.
    2020