mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-01 14:28:02 +08:00
Merge pull request #7299 from RubenKelevra/feat/systemd-disable-swap
systemd: disable swap-usage for ipfs
This commit is contained in:
commit
19064b27d5
@ -26,6 +26,9 @@ After=network.target
|
||||
# enable to specify a higher limit for open files/connections
|
||||
#LimitNOFILE=1000000
|
||||
|
||||
#don't use swap
|
||||
MemorySwapMax=0
|
||||
|
||||
Type=notify
|
||||
User=ipfs
|
||||
Group=ipfs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user