mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 14:07:02 +05:30
systemd: Bump Swap limit to 1
systemd now ignores 0 values for these. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
8ba47a1796
commit
2b41b88b44
7 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ ProtectSystem=full
|
|||
CPUWeight=10
|
||||
CPUQuota=10%
|
||||
IOWeight=20
|
||||
MemorySwapMax=0
|
||||
MemorySwapMax=1
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue