On Jan 2, 2005, at 12:31 PM, Federico wrote:

hi,
My laptop have 16mb of RAM and 32mb of swap.
the dmesg write out this:

__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
VM: killing process klogd
__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
__alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
VM: killing process ld

I think you are right : it's a memory problem. Now I try to upgrade the ram amount.

Just add more swap.

dd if=/dev/zero of=swapfile bs=1M count=64 (or whatever size)
mkswap ./swapfile
swapon ./swapfile

Adam


_______________________________________________ Xmame mailing list [email protected] http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to