„README.md“ ändern

This commit is contained in:
Dominik Chilla 2021-04-06 10:55:52 +00:00
parent 5c8189b98f
commit aa98f7deaf

View File

@ -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#> mkdir /etc/systemd/system/k3s.service.d
root#> vi /etc/systemd/system/k3s.service.d/limits.conf root#> vi /etc/systemd/system/k3s.service.d/limits.conf
[Service] [Service]
MemoryMax=512M MemoryMax=1024M
root#> systemctl daemon-reload root#> systemctl daemon-reload
root#> systemctl restart k3s root#> systemctl restart k3s