|
From: George G. <tm...@in...> - 2004-12-13 15:08:58
|
Is there anything I can do about mmap failing with ENOMEM? Running Linux 2.6.9, file is 149,412,491 bytes w/debugging info. I tried raising /proc/sys/vm/max_map_count to 1048576. I can mmap the file successfully without any changes in a test program that does nothing else. I've got an error that's dumping core, and would really appreciate not having to search for it manually. Would really appreciate assistance on this, if anything can be done. |