Transfer used ram to swap and free more physical ram
Posted
by
AbuOmar
on Server Fault
See other posts from Server Fault
or by AbuOmar
Published on 2013-11-09T17:08:13Z
Indexed on
2013/11/09
21:56 UTC
Read the original article
Hit count: 525
I have a vps with 256m physical ram and 512m swap space,
I am trying to use a software that need more than 256m and less than 512m ram, so it uses swap.
The problem is at some moment of the installation, the installation process checks the available physical ram, it's full (some swap is used), so it pauses the installation and tills that it must be some more ram to continue the installation..
I see that I need to move some of used physical ram to swap while the process is running.. Is there anyway I can do that? or any other solution!
For sorry I am using openvz vps, and the vm.swappiness option can't be modified as a solution.
© Server Fault or respective owner