AceQL HTTP C# Client SDK v7.7

ServerMemoryInfo..::..CommittedMemory Property

Returns the amount of memory in bytes that is committed for the Java virtual machine to use. This amount of memory is guaranteed for the Java virtual machine to use.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public long CommittedMemory { get; }

Field Value

The amount of committed memory in bytes.