NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: toolchain/41752 (gcc crashes compiling ImageMagick wand/convert.c)
The following reply was made to PR toolchain/41752; it has been noted by GNATS.
From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: toolchain-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, yl%icite.fr@localhost
Subject: re: toolchain/41752 (gcc crashes compiling ImageMagick wand/convert.c)
Date: Mon, 20 Jul 2009 07:56:18 +1000
you can find out total ram with "sysctl hw.physmem64".
you can create a swap file and add it on the fly. eg:
# dd if=/dev/zero bs=1m count=128 of=/swap1
# swapctl -a /swap1
you'll also need to edit /etc/fstab to enable it for future boots.
.mrg.
Home |
Main Index |
Thread Index |
Old Index