Startup parameter: msg_buffer_size

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

msg_buffer_size

Description

This parameter defines the size (in bytes) of the message buffer that is used to store the current notification message inside the Service Manager server, which will be displayed in the Messages view of the client.

Note When this parameter is set to be less than the default (8192 bytes), the server will use the default value.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

8192

Possible values

8192 or above

Example usage

Command line: sm -httpPort:13080 -msg_buffer_size:10000

Initialization file: msg_buffer_size:10000