What's new

memory buffering optimization for ARM devices

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

snakebite3

Senior Member
Reverted the memory buffering optimization
for ARM devices, as people keep panicking
over the lower amount of free RAM. You can
manually re-enable the optimization by setting
"drop_caches=0" in nvram.
How do I do this?
 
Over SSH:

Code:
nvram set drop_caches=0
nvram commit
reboot
Someone explained to it to me your Fw thread. The ram usage is currently over 80% and I didn't input those commands yet. It is by chance the setting didn't get set after the update? I didn't do a factory restore.
 
Someone explained to it to me your Fw thread. The ram usage is currently over 80% and I didn't input those commands yet. It is by chance the setting didn't get set after the update? I didn't do a factory restore.

This will happen if you have a USB disk plugged and you accessed files on it - that will get buffered.
 
Is this 2 separate thing? The memory buffering optimization caches things other than USB disk activities?

Yes. Disk buffering as done by Samba will still remain in RAM, as it has always been.
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top