On Thu, Mar 29, 2012 at 3:17 PM, Dieter BSD <[email protected]> wrote: > mlock(2) says: > >> A single process can mlock() the minimum of a system-wide >> ``wired pages'' limit and the per-process RLIMIT_MEMLOCK >> resource limit. > > Shouldn't this say maximum rather than minimum?
I don't think so. The minimum of the two would be the limit that you will hit first, and presumably is the point at which you cannot mlock any more pages. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

