Results 1 to 6 of 6
Hello,
I closed all the applications that ate the RAM and swap still apear to be around 200MB.
Is there a way to clear the swap file?
Probably it doesn't ...
- 10-24-2005 #1Just Joined!
- Join Date
- Dec 2003
- Location
- Greece
- Posts
- 43
How to clear swap?
Hello,
I closed all the applications that ate the RAM and swap still apear to be around 200MB.
Is there a way to clear the swap file?
Probably it doesn't matter but the system is running SuSE 10.
Many thanks
- 10-24-2005 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I don't think you want to clear your swap file. If you do, though, let us know what happens (but I know it won't be good.)
/IMHO
//got nothin'
///this use to look better
- 10-24-2005 #3Just Joined!
- Join Date
- Dec 2003
- Location
- Greece
- Posts
- 43
Anyone with an answer if there is a way to clear the swap?
drakebasher, I cannot see the point of your post. You didn't answer any of my questions.
- 10-24-2005 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
I would think that re-formatting the swap space would clear it as well as possible. Try 'mkswap /dev/hdxx'. You may need to unmount it first. Try 'umount /dev/hdxx'. If it complains, do 'umount -l /dev/hdxx' and if it still doesn't work, do 'umount -f /dev/hdxx'
Originally Posted by asmar
I look forward to hearing of your success./IMHO
//got nothin'
///this use to look better
- 10-24-2005 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
instead of unmount do
swapoff /dev/hdxxOperating System: GNU Emacs
- 10-26-2005 #6Just Joined!
- Join Date
- Dec 2003
- Location
- Greece
- Posts
- 43
Thanks a lot genesus, that worked great. No problems at all.
Originally Posted by genesus


Reply With Quote