[Insight-users] Danielsson DistanceMap - Unable to allocate memory for image
lynx.abraxas at freenet.de
lynx.abraxas at freenet.de
Tue Feb 23 14:35:00 EST 2010
On 23/02/10 14:42:17, Malsoaz James wrote:
> Too bad :(. I'm affraid that I can't afford more memory just for this thing,
I have already 3GB.
I had the same error. If You work on linux You can add swap memory even with a
running system. The swapping will be slow but will prevent the crash of Your
program.
Adding swap (eg 1024MB) to linux is very simple as root:
dd if=/dev/zero of=swap bs=1M count=1024
mkswap swap
swapon swap
swapon -s
Hope this helps
Lynx
More information about the Insight-users
mailing list