diff --git a/README.md b/README.md index aaf4402..7b4b6b0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If disired, set a memory consumption limit of the systemd-unit like so: root#> mkdir /etc/systemd/system/k3s.service.d root#> vi /etc/systemd/system/k3s.service.d/limits.conf [Service] -MemoryMax=512M +MemoryMax=1024M root#> systemctl daemon-reload root#> systemctl restart k3s