Whenever i try to emerge wine it fails giving the following error :
<snip>
Out of memory allocating 153551904 bytes after allocating total 104242624 bytes
</snip>
Bye the way i have 512 MB of Ram.
can anyone please help ?



Code: Select all
I've added extra-swap 1Gb, (before had only 512Mb) , and all compiled cleanly
cd /somwhere/where/you/have/lot_of_Free_Space
dd if=/dev/zero of=extra-swap bs=1024 count=1048576
mkswap extra-swap
swapon extra-swap
after compilation you can do:
swapoff extra-swap
and rm extra-swap