Skip to content

Commit

Permalink
Set pid_max to 4194304 (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Sep 21, 2023
1 parent 3b3487d commit d028dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ EOF
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
echo fs.inotify.max_user_instances=8192 | sudo tee -a /etc/sysctl.conf
echo vm.max_map_count=524288 | sudo tee -a /etc/sysctl.conf
echo 'kernel.pid_max=4194304' | sudo tee -a /etc/sysctl.conf

################################################################################
### adding log-collector-script ################################################
Expand Down

0 comments on commit d028dee

Please sign in to comment.