Ram Usage and Freeing it up
-
I dont know if this is normal or not but after having the unit on and playing for some time the free mem is around 76MB down from the 332BM after a fresh reboot.
So is there a way that upon launching an emulator or game that i can run code to clean up the memory?
This is the code I found and used to get my memory freed up again
su -c "echo 3 >'/proc/sys/vm/drop_caches' && swapoff -a && swapon -a" root -
Don't do that - Linux knows how to take care of the memory. For reference - https://www.linuxatemyram.com.
-
Aw cool, did not know that, I am really starting to like Linux. :)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.