Sun Java System Calendar Server 6.3 Administration Guide

E.2.15 Calendar Server LDAP Data Cache Configuration Parameters

The following table describes the configuration parameters in the ics.conf file for the LDAP data cache.

Table E–14 LDAP Data Cache Configuration Parameters

Parameter  

Description 

local.ldap.cache.enable

Enables ("yes") or disables ("no") the LDAP data cache. The default is "no".

local.ldap.cache.checkpointinterval

Specifies the number of seconds for the checkpoint thread to sleep. The default time is "60" seconds.

local.ldap.cache.circularlogging

Specifies whether or not to remove the old cache files. The default is "yes".

local.ldap.cache.homedir.path

Specifies the physical location of LDAP data cache database. The default is /var/opt/SUNWics5/csdb/ldap_cache.

local.ldap.cache.logfilesizemb

Specifies the maximum size in megabytes of the checkpoint file. The default is "10" megabytes.

local.ldap.cache.maxthreads

Specifies the maximum number of threads for the LDAP data cache database. The default is "1000".

local.ldap.cache.mempoolsizemb

Specifies the number of megabytes of shared memory. The default is "4" megabytes.

local.ldap.cache.entryttl

Specifies the time to live (TTL) in seconds for an LDAP data cache entry. The default is "3600" seconds (1 hour).

local.ldap.cache.stat.enable

Specifies whether or not to log access to the LDAP data cache and to print statistics in the log file. The default is "no".

Note This parameter applies only to debug mode. 

local.ldap.cache.stat.interval

Specifies the interval in seconds when each statistics report is written to the log file. The default is "1800" seconds (30 minutes).

local.ldap.cache.cleanup.interval

Specifies the interval in seconds between each database cleanup. The default is "1800" seconds (30 minutes).