TroubleShootingMore

From Begrid Wiki
Revision as of 09:13, 9 June 2021 by Maintenance script (talk | contribs) (Created page with " ==== Eclipse Java Heap memory error ==== Probleme: Compiling your templates fails. example error: <pre> BUILD FAILED /Users/bruno/Documents/BeGrid-workspace/centralis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Eclipse Java Heap memory error

Probleme: Compiling your templates fails. example error:

BUILD FAILED
/Users/bruno/Documents/BeGrid-workspace/centralised-begrid-v5/begrid.tasks.xml:40: The following
error occurred while executing this line:
/Users/bruno/Documents/BeGrid-workspace/centralised-begrid-v5/quattor.build.xml:207:
java.lang.OutOfMemoryError: Java heap space 

Solution: Increase the memory available to eclipse and to all tasks using the default virtual machine. You'll need to modify the Java Virtual Machine Parameters.

For the java heap memory, you can find complete info here: https://trac.lal.in2p3.fr/LCGQWG/wiki/Doc/compiler/running

The performance of the compiler can degrade markedly if there is not sufficient memory to do a particular compile and build.


Template:TracNotice