N1 Grid Service Provisioning System 5.0 System Administration Guide

Appendix B Commonly Updated Configuration Variables

The following list describes configuration variables that are commonly updated in the config.properties file.

rsrc.maxMSRepoSize

The maximum limit on the amount of disk space the Master Server repository is allowed to occupy. The default value is 100 Gigabytes.

rsrc.maxTransientRepoSize

The maximum limit on the amount of disk space the Remote Agent or Local Distributor repository is allowed to occupy. The default value is 1 Gigabyte. This value must reflect the largest possible file transfer the Remote Agent or Local Distributor could receive.

userdb.sessionTimeout

The duration of time that a session may remain inactive before being removed, in milliseconds. The default value is 30 minutes.

userdb.reaperInterval

The duration of time to wait before removing inactive sessions from the session table, in milliseconds. This setting is used for performance tuning and should be roughly correlated with the session time out value. The default value is 60 minutes.

userdb.enableSessionVariablePersist

The boolean value indicating whether session variable variables should be saved to the database when a user edits them. The default value is true.

userdb.authModules

A comma-separated list of valid authentication method names to use for authenticating users. Each method, except internal, should be listed the jaas.config file as well. The default value is internal.