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.
Can we know what related application you are currently running on device and Please share the below commands logs to understand the issue1) df -h 2) top3) ps
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
Can we know what related application you are currently running on device and Please share the below commands logs to understand the issue 1) df -h 2) top 3) ps