|
@@ -11,9 +11,9 @@ Type=notify
|
|
# for containers run by docker
|
|
# for containers run by docker
|
|
ExecStart=/usr/bin/dockerd -H fd://
|
|
ExecStart=/usr/bin/dockerd -H fd://
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
|
|
+LimitNOFILE=1048576
|
|
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
|
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
|
# in the kernel. We recommend using cgroups to do container-local accounting.
|
|
# in the kernel. We recommend using cgroups to do container-local accounting.
|
|
-LimitNOFILE=infinity
|
|
|
|
LimitNPROC=infinity
|
|
LimitNPROC=infinity
|
|
LimitCORE=infinity
|
|
LimitCORE=infinity
|
|
# Uncomment TasksMax if your systemd version supports it.
|
|
# Uncomment TasksMax if your systemd version supports it.
|