System Tune
Broadcasting TV is a resource-intensive task that demands maximum performance and minimal latency from your server. To meet these critical needs, system optimization is key.
This script configures system parameters for better networking, faster CPU response, and improved stability, allowing Astra to work more efficiently.
Install script
Section titled “Install script”Download script for tuning your Linux settings:
curl -Lo /opt/tune.sh https://cdn.cesbo.com/astra/scripts/tune.shchmod +x /opt/tune.shRegister script as a system service:
/opt/tune.sh installReboot your server to apply changes.
Uninstall script
Section titled “Uninstall script”Remove script from your system:
/opt/tune.sh uninstallDelete script file:
rm -f /opt/tune.sh