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.
1 parent 28a3093 commit 9c04311Copy full SHA for 9c04311
pkg/blobfuse-proxy/blobfuse-proxy.service
@@ -3,6 +3,16 @@ Description=Blobfuse proxy service
3
4
[Service]
5
ExecStart=/usr/bin/blobfuse-proxy --v=5 --blobfuse-proxy-endpoint=unix://var/lib/kubelet/plugins/blob.csi.azure.com/blobfuse-proxy.sock
6
+Delegate=yes
7
+KillMode=process
8
+Restart=always
9
+OOMScoreAdjust=-999
10
+# Having non-zero Limit*s causes performance problems due to accounting overhead
11
+# in the kernel. We recommend using cgroups to do container-local accounting.
12
+LimitNPROC=infinity
13
+LimitCORE=infinity
14
+LimitNOFILE=infinity
15
+TasksMax=infinity
16
17
[Install]
18
WantedBy=multi-user.target
0 commit comments