From 5f65178b6eb969e2e9e234b2bd4930422c655e0e Mon Sep 17 00:00:00 2001 From: Vladislav ~ cryptomolot <88001005+cryptomolot@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:34:18 +0300 Subject: [PATCH] Update systemd.md fullnode NOLIMITFILE to 65535 --- nodes/systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/systemd.md b/nodes/systemd.md index c33ce23fb55..22fb34a8b30 100644 --- a/nodes/systemd.md +++ b/nodes/systemd.md @@ -88,7 +88,7 @@ User=$USER ExecStart=$(which celestia) full start Restart=on-failure RestartSec=3 -LimitNOFILE=1400000 +LimitNOFILE=65535 [Install] WantedBy=multi-user.target