[Haskell-beginners] ghc process gets killed on a 512MB machine
"Ionuț G. Stan"
ionut.g.stan at gmail.com
Sat Apr 16 21:33:48 CEST 2011
On Apr/16/2011 15:51, Felipe Almeida Lessa wrote:
> Use swap space. If you don't want to bother creating a new partition etc., just
>
> # dd if=/dev/zero of=/tmp/swap bs=1M count=2048
> # mkswap /tmp/swap
> # swapon /tmp/swap
Thank you Felipe! It worked that way. Slow of course, but it worked.
--
Ionuț G. Stan | http://igstan.ro/
More information about the Beginners
mailing list