On Fri, Nov 2, 2012 at 10:36 AM, Pavel Klinkovsky <pavel.klinkov...@gmail.com> wrote: >>> It really seems as a problem with swap. :( >> >> this is well known, and solutions are available >> even if you don't care to use them. > > Oh, does it mean the official Plan 9 distribution contains non-working swap? > :O > It is clear I missed something... > > Sorry for the noise. > > Pavel >
Swap has been broken since at least 2005 (my first experiments with Plan 9). Once I stopped trying to compile ghostscript on a 32 MB laptop, I never really had problems with the lack... hell, I did my master's work and most of my personal computing on a laptop with only 1 GB of RAM and no swap for most of 2010, only ran into problems when aptitude decided to calculate a multi-gig dependency graph. Swapping is so painful, please consider buying more RAM. It may be simple to fix the swap code, if you're inclined to do some kernel hacking, because the kernel in general is pleasant to work with. john