|
From: Nicholas N. <nj...@cs...> - 2006-12-03 11:00:34
|
On Sun, 3 Dec 2006, Julian Seward wrote: > Sounds like your program was killed by the kernel's out-of-memory > process-killer. Presumably shortly after you allocated an array > of 748 M bytes. > > Are you sure the machine has enough available swap space to run your > app? Or maybe you hit a system ulimit? See "man ulimit" for details. Note that running your program under Valgrind tools it increases the memory usage a lot. Also, if you are running Memcheck and you are using a pre-3.2.0 version, upgrade to 3.2.0 as it is much more memory-efficient. Nick |