From 0c007476f8db9a756da20c126dd41a63dbd432a4 Mon Sep 17 00:00:00 2001 From: Anthea <78806365+aw126@users.noreply.github.com> Date: Sat, 28 May 2022 01:37:42 +0800 Subject: [PATCH] Update LimitNOFILE value --- systemd/cronosd.service.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/cronosd.service.template b/systemd/cronosd.service.template index 04ed7ae3..46dbb471 100644 --- a/systemd/cronosd.service.template +++ b/systemd/cronosd.service.template @@ -11,7 +11,7 @@ WorkingDirectory= ExecStart= start --home /.cronos Restart=on-failure RestartSec=10 -LimitNOFILE=4096 +LimitNOFILE=50000 [Install] WantedBy=multi-user.target