Changes between Version 6 and Version 7 of Doc/compiler/problems


Ignore:
Timestamp:
Mar 7, 2007, 2:27:47 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

    v6 v7  
    77=== Java Heap Space ===
    88
    9 If you see messages that refer to "Java Heap Space" while running the compiler, then the java virtual machine does not have enough memory to compile the given templates.  You must increase the amount of memory allocated to the java virtual machine when you start the compiler.  See the section [Doc/compiler/running Running the Compiler] for how to specify the VM memory.
     9If you see messages that refer to "Java Heap Space" while running the compiler, then the java virtual machine does not have enough memory to compile the given templates.  You must increase the amount of memory allocated to the java virtual machine when you start the compiler.  See the section [wiki:Doc/compiler/running Running the Compiler] for how to specify the VM memory.
    1010
    1111=== Slow Compilation ===
     
    18180 errors, 31289 ms, 86 MB/506 MB heap, 11 MB/112 MB nonheap
    1919}}}
    20 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.
     20The 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 [wiki:Doc/compiler/running Running the Compiler] for how to specify the VM memory.
    2121
    2222== Thread Management ==