Is there any limit about maximum number of concurrent tcp connections while working on Ubuntu server? I'm going to use it with Supervisor, do I need to start it like `bash -c "ulimit -n 65535; exec loadbalancer start"` etc?
Is there any limit about maximum number of concurrent tcp connections while working on Ubuntu server?
I'm going to use it with Supervisor, do I need to start it like
bash -c "ulimit -n 65535; exec loadbalancer start"etc?