Memory size setting

The amount of memory reserved for AvantGard Trax can be set as parameter of the Java virtual machine. The startup script allows to set the parameters as described below.

Memory Size

XMS is the initial startup memory size, XMX is the maximum memory size. The verbose setting is used for logging. So the Java virtual machine starts with -Xms amount of memory for the heap (storing objects etc.) and can grow to a maximum of -Xmx amount of memory.

The amount of memory depends on the physical available memory and concurrent applications in the memory available memory, together with the requirements for AvantGard Trax (number of concurrent users amount of data processed,...)

Command:

set MEM_ARGS=-Xms256m -Xmx1024m -verbose:gc

Parameters:

Xms<size> set initial startup memory size (Java heap size)

Xmx<size> set maximum memory size (Java heap size)