Merge pull request #5306 from nanoz/patch-1
Issue #4649: Remove the systemd process and threads limit
This commit is contained in:
commit
e99877fe33
|
@ -19,6 +19,7 @@ RestartSec=2
|
|||
StartLimitBurst=3
|
||||
StartLimitIntervalSec=10
|
||||
LimitNOFILE=65536
|
||||
TasksMax=infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue