ロードアベレージの調整

# load average at which we just queue messages
O QueueLA=4

# load average at which we refuse connections
#O RefuseLA=12

# log interval when refusing connections for this long
#O RejectLogInterval=3h

# load average at which we delay connections; 0 means no limit
#O DelayLA=0

# maximum number of children we allow at one time
#O MaxDaemonChildren=0
  • MaxDaemonChildren=5
    • にしてみたら子プロセス5以上でrejectされたのでヤメ