We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055e57e commit 404af1cCopy full SHA for 404af1c
2 files changed
hack/faasd-provider.service
@@ -2,7 +2,7 @@
2
Description=faasd-provider
3
4
[Service]
5
-MemoryLimit=500M
+MemoryMax=500M
6
Environment="secret_mount_path={{.SecretMountPath}}"
7
Environment="basic_auth=true"
8
Environment="hosts_dir=/var/lib/faasd"
hack/faasd.service
@@ -3,7 +3,7 @@ Description=faasd
After=faasd-provider.service
ExecStart=/usr/local/bin/faasd up
Restart=on-failure
9
RestartSec=10s
0 commit comments