Skip to content

Commit 38528db

Browse files
committed
chore: increase file watch limit for rivet guard (#2521)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 9ca20cf commit 38528db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ OOMScoreAdjust=-1000
3535
# Kill main process, not children
3636
KillMode=process
3737
# Increase limit of file watches
38-
LimitNOFILE=65536
38+
LimitNOFILE=1048576
3939
# Increase max process limits
4040
LimitNPROC=infinity
4141
TasksMax=infinity

0 commit comments

Comments
 (0)