Skip to main content

Changing the amount of memory available to a Validata server

By default, Validata uses a maximum of 4GB of Java heap memory for the server process.

To change that, edit validata/conf/startUp.properties and change the value of MEM_MAX. To increase maximum memory to, for example, 8GB, change the value to 8192m:

MEM_MAX=8192m

Then restart the server.