1

Limit disk buffer usage in SLES 11SP2 to allow more efficient memory overcommit on esxi host

view story
linux-howto

http://unix.stackexchange.com – When running VMs on an ESXi host, you can overcommit the memory. Example: host == 20GB physical RAM The amount of RAM allocated to each VM is VM1 == 10gb VM2 == 10gb VM3 == 10gb VM4 == 10gb The result is even though there is only 20GB of ram available, We have actually allocated 40GB of it. There is no problem with this if each machine uses and average of 5GB of "active" memory (inactive memory is swapped out in a few different manners). The issue is, VM1 does a big file operation, the kernel writes an additional 5GB to it's RAM. As this is just written, the esx host considers it as ac (HowTos)