🤸♂️Tips & Tricks
Ensure the best performance from your bot
Windows connection port increase
Open Windows Powershell in Administrator mode and input the following commands:
A computer reboot is required after executing this command!
This will increase your maximum open connections at once to 65534, which will cause an increase in your TPS.
Linux file descriptor limit increase & buffer size increase
(Commands were tested on Ubuntu 20.04)
Input the following commands into your Linux shell:
A computer reboot is required after executing this command!
This will increase your maximum possible TPS and prevent the "too many open sockets" error from happening.
Last updated