meadIT wrote: » On second look, it looks like you're having memory issues. The balloon driver is activating and reclaiming RAM from your VMs. You are also having to swap memory to disk. Ideally, you want your swap to be zero.
scott28tt wrote: » You don't have enough RAM in the physical host. When you only have 4GB of RAM and you see that 1.7GB has been written to VMkernel swap and an additional 0.7GB of memory has been ballooned, that's a defnite sign that you don't have enough RAM.
Mishra wrote: » Thanks, but I was experiencing it even when I turned off machines that could only take a max of 2gig from my 4gig VMware host.
instant000 wrote: » This is my understanding: 1 - Paging is used when you run out of RAM, and have to use HDD 2 - Ballooning is used when the host is trying to re-allocate RAM from the VM so that it can share it with other VMs From all the documentation I've read, ballooning isn't a big deal, as long as the VMs have plenty of RAM. Considering the amount it appears to be paging, that doesn't appear to be the case. If you want to test, you could try running less RAM-intensive guest OS's, and see if the problem goes away, or not. You've given no indication of what guest OS's you're running, or how many guests you're running. Also, as Forsaken_GA said, only one spindle can't help your performance much, especially if you're having to write a lot. If you're going to restrict yourself to relying on paging, try installing additional drives, and dedicating volumes to paging, but before all that, I'd try running less guests or less resource-intensive guests or increasing the RAM in the host. I'm not sure of the RAM costs you'd run into for your box, or even if it'd be less to get a box with more RAM versus upgrading this one, not too familiar with your hardware setup there.
scott28tt wrote: » Ballooning is triggered when the host has less than 4% free RAM, and swapping at less than 2% free. So I stand by my statement that you didn't/don't have enough RAM in the host. Scott.