How to Schedule Qboost Memory Optimization?
Applied models:
-
All NAS Series
Applied Firmware:
-
4.4.1 or above
Currently, there is no option to schedule Qboost memory optimization. However, it is possible to add the task manually in the NAS tasks scheduler (crontab)1. The Qboost memory optimization command is as follows:
/bin/echo 1 > /proc/sys/vm/drop_caches
Therefore, in the crontab, we can add the following line (by modifying the date/time setting):
* * * * * /bin/echo 1 > /proc/sys/vm/drop_caches
For example:
Related documents: