I have an Ubuntu VM that's thrashing swap due to a small guest memory allocation on a host with lots of free ram. It appears the guest kernel is compiled to support hot-adding RAM, is there way to get virtualbox to mount more ram without shutting down the running VM?
I don't need zero downtime, I can do a state-save, but I don't want have to restart the multi-day processing job in progress on the guest.
Guest is Ubuntu 12.04, Host is OSX 10.7, both x64.