9.6. Configuring The Maximum Heap Space Used by the Java Virtual Machine

BELTS is distributed with a memory configuration design for machines with 1Gb of RAM. If the machine you are installing on has more or less than this amount, you should adjust the maximum amount of memory used by the Java virtual machine.

All configuration elements for the Java virtual machine are located in:

$BELTS_HOME/conf/wrapper.conf

The current setting for maximum Java heap size is as follows:

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=768

If you want to change the maximum memory allocation for the Java virtual machine, change this value to a number that makes sense for your configuration.