Postby jch » Mon Mar 13, 2006 12:58 pm
There's some disagreement about how much swap you should have. At one extreme there's the twice physical memory and at the other extreme there's none at all (when you've ot loads of memory).
How much you actually need depends on how much virtual memory you're using. If you're using less virtual memory than you have physical then you don't need much swap. One school of thought says that you ought to have at least a little bit as it gives the VM subsystem some headroom, but on some kernels (notably 2.4, but someone claimed 2.6 as well) having any swap at all on a very large memory system caused problems.
I would be inclined to go with the recommendation, but keep an eye on system performance. if you're seeing swap space actually being allocated then re-visit the amount you've got configured: if you're using LVM (and I hope you are) then adding more swap space is easy.
There's certainly nothing inherent in Scalix that means that we want more (or less) configured swap space; we're just a fairly big application doing a lot of I/O.
jch