I am using ubuntu 10.10. My RAM is 3GB and swap memory is 2GB. After using my system for several hours, all of my swap memory is used up. Is there any way so I can clean up swap memory?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
You could literally do this with the following:
(assuming that /dev/sda2 is the location of your swap partition). Not sure what the effect would be on system performance though while all swapped pages are moved back into physical RAM. |
|||
|
|
|
I'd recommend trying to track down what is using all the swap space... Run That will order the listing by the amount of virtual memory space the processes are using. You can then see what it is that is consuming all your swap. |
|||
|
