Entering content frame

Background documentation Memory Info Service Locate the document in its SAP Library structure

This service provides a set of properties for managing memory usage levels.

Dispatcher

Property

Description

Default Value

MemoryLevels

This property specifies the limits in percents between the memory usage levels. There are five memory usage levels. The MemoryLevels property must have the format: {byte0,byte1,byte2,byte3,byte4}, where byte i are proper values of type byte. Bytes must be in increasing order and must contain positive values less than 100. If the property has incorrect value then the Memory Manager fails to load. If the property does not exist the default value is used.

{40, 60, 75, 85, 90}

SleepTimes

This property specifies how often to check memory usage (in milliseconds) for the current level of memory usage (0, 1, 2 ...). If "SleepTimes" property exist it must have the format: {long0,long1,long2,long3,long4,long5}, where long i are proper values of type long. If the property has incorrect value then the Memory Manager fails to load. If the property does not exist the default value is used.

{60000, 50000, 40000, 30000, 15000, 5000}

 

Server

Property

Description

Default Value

MemoryLevels

See above.

{40, 60, 75, 85, 90}

SleepTimes

See above.

{60000, 50000, 40000, 30000, 15000, 5000}

SnapShotPath

The path from where the Monitor Server obtains information generated from the Memory Service.

root.Application Server.Memory Monitor.Memory Manager

 

See also:

Memory Info Service in the Administration Manual

 

 

Leaving content frame