Sync FD limit and max maps to 500k

This commit is contained in:
Trent Nelson
2020-08-17 22:40:54 -06:00
committed by mergify[bot]
parent e2d66cf796
commit 11951eb009
4 changed files with 4 additions and 4 deletions

View File

@ -8,5 +8,5 @@ source "$HERE"/utils.sh
ensure_env || exit 1
# Allow more files to be opened by a user
sed -i 's/^\(# End of file\)/* soft nofile 65535\n\n\1/' /etc/security/limits.conf
echo "* - nofile 500000" > /etc/security/limits.d/90-solana-nofiles.conf