Skip to content

Commit

Permalink
Increase ulimits for processing node processes.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielczech committed Aug 15, 2023
1 parent c5d435c commit 141745a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/bluse_analyzer_0.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ singleton = True
uid = obs
gid = obs
working_dir = /tmp
# Up to 32768 open files
rlimit_nofile = 32768

virtualenv = $(circus.env.bluse_ve_dir)
virtualenv_py_ver = $(circus.env.bluse_ve_ver)
Expand Down
2 changes: 2 additions & 0 deletions etc/bluse_analyzer_1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ singleton = True
uid = obs
gid = obs
working_dir = /tmp
# Up to 32768 open files
rlimit_nofile = 32768

virtualenv = $(circus.env.bluse_ve_dir)
virtualenv_py_ver = $(circus.env.bluse_ve_ver)
Expand Down

0 comments on commit 141745a

Please sign in to comment.