Skip to content

Commit c6bfdf2

Browse files
NathanFlurryMasterPtato
authored andcommitted
chore: increase file watch limit for rivet guard
1 parent 3e0b88b commit c6bfdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)