Startup parameter: maxpagesize

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

maxpagesize

Description

This parameter defines the maximum number of records that the Windows client requests from the server when the client displays a record list. This helps to avoid high memory consumption by getList requests when the Record list request count option in the Windows client preferences is set to a large value.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No (only requires a re-login)

Default value

8000

Possible values

0: No size limit

8000 to 80,000

Example usage

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

Initialization file: maxpagesize:10000

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

System performance parameters