AceQL HTTP C# Client SDK v7.7

ServerMemoryInfo..::..MaxMemory Property

Returns the maximum amount of memory in bytes that can be used for memory management. This method returns -1 if the maximum memory size is undefined. This amount of memory is not guaranteed to be available for memory management if it is greater than the amount of committed memory. The Java virtual machine may fail to allocate memory even if the amount of used memory does not exceed this maximum size.

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

Syntax


public long MaxMemory { get; }

Field Value

The maximum amount of memory in bytes; -1 if undefined.