From 56092fdda095279ee8a17033811d1c53a58cd9cb Mon Sep 17 00:00:00 2001 From: Giuseppe Bertone Date: Mon, 24 May 2021 13:19:52 +0200 Subject: [PATCH] Remove memory limits (#3076) --- polkadot/scripts/packaging/polkadot.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/polkadot/scripts/packaging/polkadot.service b/polkadot/scripts/packaging/polkadot.service index af3978d9c3..6d6a9f6f66 100644 --- a/polkadot/scripts/packaging/polkadot.service +++ b/polkadot/scripts/packaging/polkadot.service @@ -10,8 +10,6 @@ User=polkadot Group=polkadot Restart=always RestartSec=120 -MemoryHigh=5400M -MemoryMax=5500M CapabilityBoundingSet= LockPersonality=true NoNewPrivileges=true