From: Steinar H. Gunderson Date: Mon, 21 Apr 2014 17:05:11 +0000 (+0200) Subject: Set the default number of files to 16384; the default is seemingly 1024, which can... X-Git-Tag: 1.1.0~15 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=b9d939606ebaf69e2c5a5d8b3e2d8e9adc0e69ae;hp=6e02b4767f8db674d5a844502f48ed8934373d82 Set the default number of files to 16384; the default is seemingly 1024, which can easily bite you very hard. --- diff --git a/cubemap.service.in b/cubemap.service.in index fba3468..442e019 100644 --- a/cubemap.service.in +++ b/cubemap.service.in @@ -6,6 +6,7 @@ Type=simple ExecStart=@prefix@/bin/cubemap @sysconfdir@/cubemap.config User=cubemap ExecReload=/bin/kill -HUP $MAINPID +LimitNOFILE=16384 [Install] WantedBy=multi-user.target