Merge pull request #3202 from crosbymichael/nofile
Set nofile to 1048576
This commit is contained in:
commit
ff90b036c7
@ -13,7 +13,7 @@ KillMode=process
|
|||||||
# in the kernel. We recommend using cgroups to do container-local accounting.
|
# in the kernel. We recommend using cgroups to do container-local accounting.
|
||||||
LimitNPROC=infinity
|
LimitNPROC=infinity
|
||||||
LimitCORE=infinity
|
LimitCORE=infinity
|
||||||
LimitNOFILE=infinity
|
LimitNOFILE=1048576
|
||||||
# Comment TasksMax if your systemd version does not supports it.
|
# Comment TasksMax if your systemd version does not supports it.
|
||||||
# Only systemd 226 and above support this version.
|
# Only systemd 226 and above support this version.
|
||||||
TasksMax=infinity
|
TasksMax=infinity
|
||||||
|
Loading…
Reference in New Issue
Block a user