What Does Memory Swapping Mean?
Techopedia Explains Memory Swapping
Memory swapping is done by the OS kernel or, in the case of virtualized environments, by the hypervisor. It is actually an “expensive” process in regard to its overall impact on the system performance since moving data to and from the disk has considerable overhead. The more applications requiring the system to do memory swapping, the slower the performance becomes due to the increased overhead. In this case, increasing the amount of physical RAM would be the best course of action rather than allowing the system to do constant data juggling between the disk and the memory.