Date: Fri, 13 Nov 1998 09:53:57 -0800 (PST) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys proc.h Message-ID: <199811131753.JAA01998@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/11/13 09:53:55 PST
Modified files:
sys/sys proc.h
Log:
Increased PID_MAX to 99999. The main reason for doing this is to make the
pid space somewhat more sparse which improves the performance of finding
an unused pid on systems with large numbers of processes. The new value
was chosen so that it doesn't overflow the 5 digit pid fields in various
programs.
Revision Changes Path
1.62 +3 -3 src/sys/sys/proc.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811131753.JAA01998>
