When LifeKeeper starts, it allocates the maximum space required for its log files. The size, or the space allocated for the LifeKeeper log files, is a tunable parameter located in /etc/default/LifeKeeper.
LOGFILE=log:2048
LOGFILE=TTYLCM:256
LOGFILE=LCM:1024
LOGFILE=LCD:512
LOGFILE=remote:512
LOGFILE=SNMP:512
The numeric argument dictates the size of the log file and represents the number of 512 byte blocks.
CAUTION: The size of all log files must be less than 2 GB.