Home
Products
Trainings
Support
Blogs
More
Solutions to your doubts are just one click away. Just select the appropriate category and ask questions. You can also reply to the answers you are already aware.
add below lines in "vi cache.sh" and save the file and run this script file in background in the board as "sh cache.sh &".
#!/bin/sh
a=1
while [ $a ]
do
echo 3 > /proc/sys/vm/drop_caches
sleep 60
done
add below lines in "vi cache.sh" and save the file and run this script file in background in the board as "sh cache.sh &".
#!/bin/sh
a=1
while [ $a ]
do
echo 3 > /proc/sys/vm/drop_caches
sleep 60
done