Quote:
/mnt/swapfile none swap defaults 0 0
should be: /mnt/swapfile swap swap defaults 0 0
|
As you mentioned, manual of the fstab says if you have a swap, the second field must
be none. In the begining i had added
/mnt/swapfile swap swap defaults 0 0
to fstab but, then changed it to
/mnt/swapfile none swap defaults 0 0
I dont understand when this swap will be used, i can see free ram is 16MB, but still no use of
swapfile. There are lots of apache process running, and lots of emails scanned with qmailscanner
all the time. I think that these processes should be consuming lots of memory. So to me, it is
still weird why swapfile hasnt been used.
Quote:
your /etc/fstab entry should show where the partition is actually located:
this is mine............
code:
/dev/hda7 swap swap defaults 0 0
|
Since i dont have a partion for swap above fstab entry doesnt work for me.
Thanks for your suggestions.