diff --git a/misc/systemd/ipfs.service b/misc/systemd/ipfs.service index 6adc0f424..b9bd4a2e2 100644 --- a/misc/systemd/ipfs.service +++ b/misc/systemd/ipfs.service @@ -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