ColinTaylor
Part of the Furniture
It's just speculation on my part as I don't use privoxy.I am not quite clear: are you still suggesting I replace the parameter "ulimit -s 2048" with "ulimit -n 2048"?
I would suggest that to start with you add "max-client-connections 256" to the config file and add "ulimit -n 2048" to the startup script. Try it with and without "ulimit -s 2048". See if you think it makes a difference.
When you get the problem it might be worth logging onto the router and issuing the following 2 commands. You might get lucky and it could highlight a problem with memory or number of processes.
Code:
# ps w
# free
PS The reason I chose "max-client-connections 256" and "ulimit -n 2048" is because that is double the default values (at least on my N66U - might be different for you).
Last edited: