JVM Args
The following JVM Args are supported when starting the embedded server.
heapSize
You can set the max heap size the server is allowed to have (-Xmx
) by passing the heapSize
parameter to the start
command. This parameter is always specified as megabytes.
In server.json
minHeapSize
You can set the starting heap size for the server (-Xms
) by passing the minHeapSize
parameter to the start
command. This parameter is always specified as megabytes.
In server.json
Ad Hoc JVM Args
You can specify ad-hoc JVM args for the server with the JVMArgs
parameter.
In server.json
Ad Hoc Runwar Options
You can specify ad-hoc options for the underlying Runwar library using the RunwarArgs
parameter.
In server.json
Last updated