Maximum number of user processes
Maximum number of user processes
- Subject: Maximum number of user processes
- From: "William Kucharski" <email@hidden>
- Date: Tue, 25 Feb 2003 04:40:35 -0700
>
From: "Mr. Wong" <email@hidden>
>
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
email@hidden
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.