getMemoryUsage()

Gets engine memory usage information.

Type

INFO

Parameters

No parameters.

Returns

Type Description
Max
Maximum memory size of the JVM, in bytes.
Free
Estimate of the free memory available to the JVM, in bytes.
Used
Estimate of the memory used in the JVM, in bytes.
PercentUsed
Estimate of the percentage of max memory used.