getextendedmemoryparamResult Structure Definition

The getextendedmemoryparamResult structure defines the return type for getextendedmemoryparam API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

extendedmemoryparamList

List of extendedmemoryparams


extendedmemoryparam Structure Definition

The extendedmemoryparam structure defines the actual return type values for getextendedmemoryparam API.

Syntax



Members

memlimitactive

The active memory limit for extendedmemory on the system. Active memory limit could be different from configured memory limit. This could happen when memory limit could not be increased due to unavailability, or could not be decreased as it is already in use. This active memory limit configures the current memory limit for LSN and Subscriber Session Store.

maxmemlimit

The maximum value of memory limit for extendedmemory on the system. Actual available memory may be less. This is maximum memory that can be utilized by LSN and Subscriber Session Store modules.

memlimit

Amount of NetScaler memory to reserve for the memory used by LSN and Subscriber Session Store feature, in multiples of 2MB. Note: If you later reduce the value of this parameter, the amount of active memory is not reduced. Changing the configured memory limit can only increase the amount of active memory.

minrequiredmemory

The minimum memory requirement for extendedmemory. This is minimum memory required for LSN and Subscriber Session Store Modules.

_nextgenapiresource


See Also