Memory usage value in web interface

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
Wild Rat
Posts: 40
Joined: Fri Feb 17, 2012 9:43 pm

Memory usage value in web interface

Post by Wild Rat »

Web interface is showing:

Code: Select all

Memory Usage:21.1MB / 60.5MB (34.9%)
while in Putty:

Code: Select all

/tmp$ free
              total         used         free       shared      buffers
  Mem:        61980        52516         9464            0         4092
 Swap:            0            0            0
Total:        61980        52516         9464
why so strange number in web interface?

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: Memory usage value in web interface

Post by Eric »

The number in the web interface doesn't include the buffers. This is memory that Linux uses to cache information that it doesn't absolutely need -- it can be freed without problem if needed.

Post Reply