Virtual-Memory
Understanding Memory Metrics: RSS, VSZ, USS, PSS, and Working Sets
Why does
free show 1GB available but your app OOM’d? Why is RSS 4GB when your heap is 2GB? A complete taxonomy of memory metrics from system level (total, available, cached) to process level (RSS, PSS, USS, WSS) to allocator internals.