Re: can't mlockall() more than 128MB, is this a kernel limitation?

David Hinds (dhinds@valinux.com)
Tue, 8 Aug 2000 13:10:36 -0700


Actually, since the present test is only done on the number of pages
to be locked at the time of the system call, it is nearly worthless.
You can already mlock more pages than the "limit": just do mlockall()
with MCL_FUTURE, and allocate your big block of memory afterwards.

-- Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/