From c6bfdf2d7cceadce97e7d4735b8e4f7ce59e3dd8 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Sat, 31 May 2025 21:49:24 +0000 Subject: [PATCH] chore: increase file watch limit for rivet guard --- .../install/install_scripts/files/rivet_guard_configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh b/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh index 147ce52625..180d1b86b5 100644 --- a/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh +++ b/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh @@ -35,7 +35,7 @@ OOMScoreAdjust=-1000 # Kill main process, not children KillMode=process # Increase limit of file watches -LimitNOFILE=65536 +LimitNOFILE=1048576 # Increase max process limits LimitNPROC=infinity TasksMax=infinity