From d952b38f9340d91fc9221a99bdfb691b0f09ab7f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 28 Oct 2019 23:16:55 -0700 Subject: [PATCH] Ensure nofiles is not capped at 1024 on a node reboot --- net/gce.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/gce.sh b/net/gce.sh index 43fd4154b1..0e7a971df8 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -672,6 +672,8 @@ if [[ -f /solana-scratch/.instance-startup-complete ]]; then if [[ -n $validatorAdditionalDiskSizeInGb ]]; then cat mount-additional-disk.sh fi + + cat ../../scripts/ulimit-n.sh ) if [[ -x ~solana/solana/on-reboot ]]; then sudo -u solana ~solana/solana/on-reboot