We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
Please check at https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-to-monitor-server-resources-on-Hiddify/#free-up-ram-memory
sync && systemctl -w vm.drop_caches=3
Mostly, I suppose it should be on Unbutu:
sudo sync && sudo sysctl -w vm.drop_caches=3
I mean it should be sysctl but not systemctl on Ubuntu, am I right?
sysctl
systemctl
Secondly, I understand Hiddify manager might cache DNS records, but, what about if I a script by cron every 30 minutes on a affordable VPS server?
sudo crontab -e */30 * * * * sync && sysctl -w vm.drop_caches=3
Any negative effect on Hiddify manager service? Or, do you recommend running that cron?
Thanks
The text was updated successfully, but these errors were encountered:
we will look into it
Sorry, something went wrong.
No branches or pull requests
Hello
Please check at https://hiddify.com/manager/basic-concepts-and-troubleshooting/How-to-monitor-server-resources-on-Hiddify/#free-up-ram-memory
sync && systemctl -w vm.drop_caches=3
Mostly, I suppose it should be on Unbutu:
sudo sync && sudo sysctl -w vm.drop_caches=3
I mean it should be
sysctl
but notsystemctl
on Ubuntu, am I right?Secondly, I understand Hiddify manager might cache DNS records, but, what about if I a script by cron every 30 minutes on a affordable VPS server?
Any negative effect on Hiddify manager service? Or, do you recommend running that cron?
Thanks
The text was updated successfully, but these errors were encountered: