I am transferring the server configuration to superisord (from init.d files).
There are several examples of running varish. I remember when I started using varnish, I had problems with ulimit, so the init.d / lnit scripts have the following lines
ulimit -n $ {NFILES: -131072} ulimit -l $ {MEMLOCK: -82000}
I am configuring supervisord to run the program / usr / sbin / varnishd with arguments.
How to configure ulimit parameters using supervisor? Am I just wrapping a varnishd program in a script?
source share