Sync FD limit and max maps to 500k

This commit is contained in:
Trent Nelson
2020-08-17 22:40:54 -06:00
committed by mergify[bot]
parent e2d66cf796
commit 11951eb009
4 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ RestartForceExitStatus=SIGPIPE
TimeoutStartSec=10
TimeoutStopSec=0
KillMode=process
LimitNOFILE=65536
LimitNOFILE=500000
[Install]
WantedBy=multi-user.target