Skip to content
New issue

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

Safe to Clear cache? #4494

Open
alexlii1971 opened this issue Oct 1, 2024 · 1 comment
Open

Safe to Clear cache? #4494

alexlii1971 opened this issue Oct 1, 2024 · 1 comment
Labels

Comments

@alexlii1971
Copy link

alexlii1971 commented Oct 1, 2024

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?

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

@litoosh13
Copy link

we will look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants