Skip to content

Commit

Permalink
Revert "Set containerd LimitNOFILE to recommended value (awslabs#1535)…
Browse files Browse the repository at this point in the history
…" (awslabs#1552)

This reverts commit e098953.
  • Loading branch information
mmerkes authored and atmosx committed Jun 18, 2024
1 parent 1345cb1 commit d0a560d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ cat << EOF | sudo tee /etc/systemd/system/containerd.service.d/10-compat-symlink
ExecStartPre=/bin/ln -sf /run/containerd/containerd.sock /run/dockershim.sock
EOF

cat << EOF | sudo tee /etc/systemd/system/containerd.service.d/20-limitnofile.conf
[Service]
# https://github.com/containerd/containerd/pull/8924
LimitNOFILE=1024:524288
EOF

cat << EOF | sudo tee -a /etc/modules-load.d/containerd.conf
overlay
br_netfilter
Expand Down

0 comments on commit d0a560d

Please sign in to comment.