Don't ask for unlimited files

There's a bug reported on Launchpad
(https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1420640) that
describes a similar situation. The solution is to request a lower limit of
open files for the process.
This commit is contained in:
Markus Mäkelä 2016-12-16 15:51:17 +02:00
parent 15040e7a76
commit 9e27e6c002

View File

@ -12,7 +12,7 @@ respawn
# respawn limit 2 5
# Unlimited open files
limit nofile unlimited unlimited
limit nofile 65535 65535
# Make sure /var/run/maxscale exists
pre-start exec /usr/bin/install -d -o maxscale -g maxscale @MAXSCALE_VARDIR@/run/maxscale