File sysconfig-salinfo of Package salinfo
## Path: System/salinfo
## ServiceRestart: salinfo_decode
## Description: Parameters for the salinfo daemon
#
# All variables come in two forms, global (applies to all record types) and
# per record (only applies to that record type). The per record variables
# have a prefix of 'CMC_', 'CPE_', 'INIT_' or 'MCA_', global settings have no
# prefix. The global value is used if there is no record specific variable in
# the environment.
#
# Required variables are :-
#
# RETRIES How many times a version of salinfo_decode is restarted
# before we give up and log the failure.
#
# Optional variables are :-
#
# INODE_PCT Passed as -i <value> to salinfo_decode.
#
# SPACE_PCT Passed as -s <value> to salinfo_decode.
#
# RATE_LIMIT Passed as -l <value> to salinfo_decode.
#
# TRIGGER Passed as -T <value> to salinfo_decode.
## Type: integer
## Default: 3
SALINFO_RETRIES=3
## Type: integer(0:100)
## Default: 90
SALINFO_INODE_PCT=90
## Type: integer(0:100)
## Default: 90
SALINFO_SPACE_PCT=90
## Type: integer
## Default: 10
#
# Overall rate limit
SALINFO_RATE_LIMIT=10
## Type: integer
## Default: $((2*$(getconf _NPROCESSORS_ONLN)))
#
# INIT is sent to all cpus, so the limit must scale with the number of cpus.
SALINFO_INIT_RATE_LIMIT=$((2*$(getconf _NPROCESSORS_ONLN)))
## Type: integer
## Default: 4
#
# MCA is only sent to one cpu at a time, use a low limit.
SALINFO_MCA_RATE_LIMIT=4