Skip to main content
Skip table of contents

Operation: JVM Parameters

The JVM Parameters operation outputs all parameters of the Java Virtual Machine.

Example Output

The adapter generates an XML document as output:

XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<JVMParameters Unit="MB">
    <MaxMemory>2048</MaxMemory>
    <CurrentMemory>1940</CurrentMemory>
    <FreeMemory>720</FreeMemory>
    <AvailableProcessors>16</AvailableProcessors>
</JVMParameters>

The following elements are included in the output:

ElementDescriptionPossible values
MaxMemoryMaximum available memory (in megabytes)

any integer

CurrentMemoryTotal memory, i.e. located memory, including used and free memory (in megabytes)

any integer

FreeMemoryLocated unused memory (in megabytes)

any integer

AvailableProcessorsNumber of available processors

any integer

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.