TroubleShootingMore

From Begrid Wiki
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