From 8f7cca95fe84e7a55050102752d503f46a1f6f4b Mon Sep 17 00:00:00 2001 From: Wang Defa Date: Fri, 23 Jan 2026 11:36:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=86=85=E5=AD=98?= =?UTF-8?q?=E9=94=81=E5=AE=9A=E8=B5=84=E6=BA=90=E9=99=90=E5=88=B6=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20RandomX=20=E5=A4=A7=E9=A1=B5=E5=86=85?= =?UTF-8?q?=E5=AD=98=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/p2pool.service | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/p2pool.service b/debian/p2pool.service index 41b437c..b20ddb9 100644 --- a/debian/p2pool.service +++ b/debian/p2pool.service @@ -15,6 +15,10 @@ StandardOutput=journal StandardError=journal SyslogIdentifier=p2pool +# Resource limits +LimitMEMLOCK=infinity +AmbientCapabilities=CAP_IPC_LOCK + # Security hardening NoNewPrivileges=true PrivateTmp=true