Fix: Use MemoryMax instead of deprecated MemoryLimit

This commit is contained in:
Bumblebee
2026-04-26 08:11:32 +02:00
parent 84d7cf3b80
commit c0c634ac92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Restart=on-failure
RestartSec=5
# Resource limits
MemoryLimit=256M
MemoryMax=256M
CPUQuota=30%
# Logging
+1 -1
View File
@@ -17,7 +17,7 @@ Restart=on-failure
RestartSec=5
# Resource limits
MemoryLimit=512M
MemoryMax=512M
CPUQuota=50%
# Logging