Skip to content

Fix free memory script to report correct number

The script currently reports the "free" memory number, which is usually very low. It ignores the memory used for the cache, which is still available to the processes, so the correct thing would be to report the -/+ buffers/cache number.

Merge request reports