We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128f249 + 23ebfd0 commit bb45ce1Copy full SHA for bb45ce1
contrib/gce/configure.sh
@@ -250,6 +250,12 @@ fi
250
echo "export PATH=${CONTAINERD_HOME}/usr/local/bin/:${CONTAINERD_HOME}/usr/local/sbin/:\$PATH" > \
251
/etc/profile.d/containerd_env.sh
252
253
+mkdir -p /etc/systemd/system/containerd.service.d/
254
+cat >> /etc/systemd/system/containerd.service.d/override.conf <<EOF
255
+[Service]
256
+LimitNOFILE=1048576
257
+EOF
258
+
259
# Run extra init script for test.
260
if [ "${CONTAINERD_TEST:-"false"}" == "true" ]; then
261
# EXTRA_INIT_SCRIPT is the name of the extra init script after being downloaded.
0 commit comments