|
From: Nicholas N. <nj...@ca...> - 2004-08-13 15:57:24
|
On Fri, 13 Aug 2004, tarun kapoor wrote: > I got the following error when i ran valgrind. The > system that i am using has enough memory and has ran > heavier jobs under valgrind before and never gave > anything like that.. Is there a possibility that this > is a bug in valgrind??. It's possible, but... > I am using 2.0.0. > > > VG_(get_memory_from_mmap): request for 13385728 bytes > failed. > VG_(get_memory_from_mmap): 2063348136 bytes already > allocated. ...if it's already allocated 2GB, that's a lot of memory, so it doesn't seem unreasonable that it can't find any more. Are you really sure you've run programs that use more memory before, under Valgrind? You could try 2.1.2, which does memory allocations in a different way, but I'm not confident it will help. And without more details, I can't help any further. N |