1751807 Members
4624 Online
108781 Solutions
New Discussion юеВ

Re: SWAP Info

 
SOLVED
Go to solution
whiteknight
Honored Contributor
Solution

Re: SWAP Info

Marvin

I cut and paste the differece between 2 type of swap space

WK
Problem never ends, you must know how to fix it
Enrico P.
Honored Contributor

Re: SWAP Info

A. Clay Stephenson
Acclaimed Contributor

Re: SWAP Info

There is really nothing wrong with filesystem swap (and yes, it is worse on performance than device swap but Big Woo!). Note that the priority of both your device swap and filesystem swap is set to 1. You normally want to set filesystem swap to a lower swap priority (higher number) so that it will be used later. I would modify the /etc/fstab entry to set the priority to 5 or so.

Now back to Big Woo: Using device swap, the performance impact of significant swapping is perhaps 100X worse compared to not swapping. For filesystem swapping this might rise to 110X worse. For both the performance impact is so bad that the differences are really not worth worrying about. This is truly a case of rearranging the deck chairs on the Titanic.
If it ain't broke, I can fix that.
Marvin L. Diaz
Advisor

Re: SWAP Info

Thanks all for your help.

cheers!!!