# Process Manager config file for Sysdb agent
[Sysdb]
exe = /usr/bin/Sysdb
argv = --config=SysdbInit
# Expect to hear from Sysdb every 'heartbeatPeriod' seconds 
# BUG739226, BUG699773 - workaround the problem when we switchover
# and it takes time to unmount.
heartbeatPeriod = 300
# BUG27263 - workaround problems where the standby supervisor
# Sysdb can get killed by ProcMgr while performing the initial
# sync. Give ourselves up to 5 minutes for now
startupGracePeriod = 300
# Disable the oom killer for sysdb and set a hard memory limit
oomScoreAdj = -500
rssLimitBytes = 400000000
agent = False
