What's new
  • 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!

Nvram usuage

Kaz

Occasional Visitor
Hi, I have noticed that on my AC68U, the NVRam usage is high, how do I clear up this
 

Attachments

  • nvram_.jpg
    nvram_.jpg
    12.1 KB · Views: 378
It's not really high based on what it's needed for. If you reset to factory defaults and configure things from scratch, that would show you the minimum nvram you should expect to consume. I think you're fine where it's at now.

You can show your top 20 nvram variable sizes with this command at the SSH prompt:
Bash:
nvram show 2>/dev/null | awk '{print length(), $0 | "sort -n -r"}' | cut -d"=" -f 1 | head -n 20

This is mine if it makes you feel any better:
1602620617335.png
 
  • Like
Reactions: Kaz
51 KB is actually very low for an RT-AC68U. My own development router is sitting at about 62 KB used.
 
Similar threads
Thread starter Title Forum Replies Date
garycnew Asuswrt-Merlin Change Operation Mode Fails via NVRAM Variables Asuswrt-Merlin 15

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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