# # @(#) intrbaldconf $Date: 2007/10/31 11:32:00 $Revision: r11.31/1 PATCH_11.31 (B11.31.0803LR) # # Defaults for the daemon balancing interrupts (intrbald). # See intrbald(1M) for more information. # # Section:INTRBALD_STATE # #Synopsis: #INTRBALD_STATE=string # # This can be used to enable or disable the daemon. # The values are "enabled" and "disabled" #Default: disabled. INTRBALD_STATE=disabled #Section:INTRBALD_INTERVAL # #Synopsis: #INTRBALD_INTERVAL=integer # # When enabled, the daemon schedules balancing of # interrupts after the specified seconds only if an interrupt # redistribution is required. # # See intctl(1M) for more information. # # Minimum: 5 secs. Maximum: INT_MAX sec (see limits(5)) # Default: 60 secs. INTRBALD_INTERVAL=60