# Process Manager config file for Sysdb agent
[Sysdb]
exe = /usr/bin/Sysdb
argv = --config=SysdbInit --enforcereadonlymounts
# Expect to hear from Sysdb every 'heartbeatPeriod' seconds 
heartbeatPeriod = 120
# 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
