|
From: Ashley P. <api...@co...> - 2008-11-05 13:06:25
|
On Tue, 2008-11-04 at 14:58 -0800, John Reiser wrote: > When the mmap() fails with EINVAL, then look at the address space using > cat /proc/<pid>/maps > and see if there is 80MB contiguous space available. Doesn't mmap() return ENOSPC in this case rather than EINVAL? Ashley, |