The Memory display in the SytemLoad Plugin doesn't display the amount of free ram correctly, it only adds Free+Cached when it should include Free+Cached+Buffered. I've generated a patch that should work (first one!) that can be found at http://soul.f2o.org/memswap.patch. Ment to patch panel panel-plugin/memswap.c Reproducible: Always Steps to Reproduce: 1. enable the plugin :p Actual Results: You get the wrong amount of Free RAM displayed Expected Results: should display the amount of Free RAM correct! Patch can be found at http://soul.f2o.org/memswap.patch. Ment to patch "panel panel-plugin/memswap.c"
Created attachment 185 Adds in Buffered RAM to Free Amount displayed
The patch seems to be good, i'll commit it to cvs and include in the next release. Thanks a lot s0ulslack
(In reply to comment #2) > The patch seems to be good, i'll commit it to cvs and include in the next > release. Thanks a lot s0ulslack Fixed...