[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get or set the maximum amount of memory that will be allocated to collecting statistics.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long MaxStatisticsMemory { get; set; }
Public Property MaxStatisticsMemory As Long
public:
property long long MaxStatisticsMemory {
	long long get ();
	void set (long long value);
}

Return Value

the maximum statistics memory in bytes.

Remarks

The maximum must at least 64KB. The maximum number of bytes of memory that will be allocated to gathering detailed statistics. If bytes is 0 then this indicates no limit.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionif bytes is less than 64KB.

See Also