Parameter: logqueuesize

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

Parameter

logqueuesize

Description

This parameter controls the number of log messages the server caches when writing to the log file. Each RTE process has a single thread dedicated for writing to the log file.Each thread writes log messages to an in-memory queue which is then read by the log file writer thread. This parameter controls how big that queue is, measured in the number of messages. Modify the logqueuesize parameter if users experience slower response times during log rotation of a large file.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart?

This parameter requires a restart of the Service Manager process.

Default value

1000

Possible values

Number of messages

Example usage

Command line: sm -httpPort:13080 -numberoflogfiles:3 -maxlogsize:5242880 -logqueuesize:2000

Initialization file: logqueuesize:2000

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

System information parameters