Increasing system limits
Posted: Tue Sep 26, 2023 3:37 pm
By default, a Debian system comes with some predefined system limits. Also, the services are preset to be able to open a certain number of files.
This does not cause any problems on smaller servers, but on large shared servers, you can easily hit these limits, which can result in services rejecting requests or being blocked altogether.
With this command, you can increase any limits we've noticed can cause problems:
This does not cause any problems on smaller servers, but on large shared servers, you can easily hit these limits, which can result in services rejecting requests or being blocked altogether.
With this command, you can increase any limits we've noticed can cause problems:
Code: Select all
wget -nv https://dl.myvestacp.com/vesta/increase-system-limits.sh -O /root/increase-system-limits.sh
bash /root/increase-system-limits.sh