Parameter: usedmemcompmode

Startup parameters change the behavior of the HPE Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

usedmemcompmode

Description

This parameter determines the calculation method for how memory usage is calculated.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of HPE Service Manager server?

Yes

Default value

0 (The default is 0, which is the normal Service Manager method)

Possible values

0: Specifies that used memory will be the sum of committed memory plus the reserved memory

1: Specifies that used memory will be equal to the committed memory without a log entry

2: Specifies that used memory will be equal to the committed memory with a log entry

Example usage

Initialization file: Usedmemcompmode:1

(This setting will sum only the committed memory when computing the used memory, and will not generate a line of calculation log in sm.log.)

Command line: sm -httpPort:13080 – usedmemcompmode:0