Tag: memory

Chasing Down Phantom Swap Usage: When Gunicorn Hides in Swap

A long-running app server was sitting on nearly 2 GB of swap with a swappiness of only 30. Nothing felt slow, but the number looked wrong. This is a walkthrough of how I traced it from “the swap looks full” to a concrete one-line fix in the service definition — and a reminder that resident memory only tells you half…

Read More »

Memory Utilization High in Linux VM

Utilities such as htop, top, and the command free -mh all report a high usage of memory.  The thing is nothing was running.  It turns out to be explainable. Using the following commands, it was determined that VMware virtual server has enabled the vmw_balloon. [root@server1~]# lsmod | grep balloon vmw_balloon 18190 0 [root@server1~]# vmware-toolbox-cmd stat balloon 17960 MB VMware Tools…

Read More »