I am unsure if this is normal behavior for a Linux ballooning + KSM VM but I created a VM and ran the following command to consume full RAM
stress-ng --vm-bytes $(awk '/MemFree/{printf "%d\n", $2 * 0.9;}' < /proc/meminfo)k --vm-keep -m 1
The nodes total RAM usage went up by 90GB I then...