Hi,
I'd like to add some swap space to improve performance on NFS transfers on my Wl500gP w/ USB storage (running Kamikaze 7.09).
I installed swap-utils, formatted a 1 GB pen drive to Linux-Swap, plugged it in, and ran "swapon /dev/discs/disc1/part1". The drive does seems to be recognized as swap space:
# free
total used free shared buffers
Mem: 30512 29796 716 0 536
Swap: 990696 0 990620
Total: 1021208 29872 991336
But it seems the swap space isn't being used. The output of "free" shows mostly 0 usage, sometimes it goes up to 76. And that's while I'm writing to my NFS export, and the RAM has all been filled up and rates dropped to about 1MB/sec. (Curiously, RAM stays 99% full even after the transaction has stopped, though I'm not sure that has anything to do with swap).
I've searched the forums, and found 3 people who are describing exactly the same problem: HERE and HERE
Is swap working for anybody? I would appreciate any pointers..