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:
Harsh Shandilya 2019-09-10 21:05:08 +05:30
parent 8ba47a1796
commit 2b41b88b44
No known key found for this signature in database
GPG key ID: C2E74282C2133D62
7 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@ NoNewPrivileges=true
CPUWeight=10
CPUQuota=10%
IOWeight=20
MemorySwapMax=0
MemorySwapMax=1
[Install]
WantedBy=multi-user.target

View file

@ -20,7 +20,7 @@ AmbientCapabilities=CAP_NET_BIND_SERVICE
CPUWeight=20
CPUQuota=25%
IOWeight=20
MemorySwapMax=0
MemorySwapMax=1
[Install]
WantedBy=multi-user.target

View file

@ -19,7 +19,7 @@ ProtectSystem=full
CPUWeight=10
CPUQuota=10%
IOWeight=20
MemorySwapMax=0
MemorySwapMax=1
[Install]
WantedBy=multi-user.target

View file

@ -19,7 +19,7 @@ ProtectSystem=full
CPUWeight=10
CPUQuota=10%
IOWeight=20
MemorySwapMax=0
MemorySwapMax=1
[Install]
WantedBy=multi-user.target

View file

@ -18,7 +18,7 @@ ProtectSystem=full
CPUWeight=10
CPUQuota=10%
IOWeight=20
MemorySwapMax=0
MemorySwapMax=1
[Install]
WantedBy=multi-user.target

View file

@ -18,7 +18,7 @@ ProtectSystem=full
CPUWeight=10
CPUQuota=10%
IOWeight=20
MemorySwapMax=0
MemorySwapMax=1
[Install]
WantedBy=multi-user.target

View file

@ -18,7 +18,7 @@ ProtectSystem=full
CPUWeight=10
CPUQuota=10%
IOWeight=20
MemorySwapMax=0
MemorySwapMax=1
[Install]
WantedBy=multi-user.target