Skip to content

Commit

Permalink
Remove LimitNOFILE=infinity from engine unit file (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 authored Feb 12, 2024
1 parent 272bfe7 commit 9317bab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moby-engine/systemd/docker.service
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ StartLimitInterval=60s

# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity

Expand Down

0 comments on commit 9317bab

Please sign in to comment.