From: "Mr. Wong" <keilinw@hotmail.com>
Subject: 1. Maximum number of user processes (William Kucharski)
Hello,
I'm trying to build custom kernels and have succeeded in making some
changes. The recent email about the Maximum number of users processes
intrigues me. I can recompile the kernel and change the max number of user
processes. But, is there any way to determine if my changes actually took
effect? How about determining if there are new bugs introduced?
--Matthew K. Wong
The easiest way is to check using the getrlimit() system call along with RLIMIT_NPROC, or via the "ulimit -u" built-in in bash or csh. William Kucharski kucharsk@mac.com _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.