TAG NAME sleep_after_fork

Description When this is set to a non-zero value, the main Squid process sleeps the specified number of microseconds after a fork()
system call
Built Option
Default
Usage
sleep_after_fork time(microseconds)
Default
sleep_after_fork 0
Synopsis

This sleep may help the situation where your system reports fork() failures due to lack of (virtual) memory. Note, however, that if you have lot of child processes, then these sleep delays will add up and your Squid will not service requests for some amount of time until all the child processes have been started.

Arguments

time
Sleep time period

Example(s)
sleep_after_fork 20