# Process Manager config file for Fru agent
[Fru]
exe = /usr/bin/Fru
argv =
# Expect to hear from Fru every 150 seconds
# BUG1020 workaround. Fru does a significant amount of work when exec'ing
# and processing a fdl, and does so without running activities in the meantime.
# The default heartbeat period of 30 is not enough (well, not on simulated hardware).
# I'm working on testing and improving Fru's performance by moving certain parts
# into cpp ( walking the entire inventory tree in python is particularly slow ).
heartbeatPeriod = 150
oomScoreAdj = -400
startupGracePeriod = 300
