Commit 7fdf5da3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Changed max number of open files to make redis happy

parent b9bb4edb
...@@ -56,7 +56,7 @@ ExecReload=/bin/kill -USR2 $MAINPID ...@@ -56,7 +56,7 @@ ExecReload=/bin/kill -USR2 $MAINPID
TimeoutStartSec=infinity TimeoutStartSec=infinity
TimeoutStopSec=infinity TimeoutStopSec=infinity
Restart=always Restart=always
LimitNOFILE=10032 LimitNOFILE=524288
NoNewPrivileges=yes NoNewPrivileges=yes
UMask=0077 UMask=0077
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment