Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!sri-unix!ctnews!ptsfa!safari!dave From: dave@safari.UUCP Newsgroups: comp.sys.att,unix-pc.general Subject: Re: MAXPID on the 7300/3b1 Message-ID: <214@safari.UUCP> Date: Sun, 30-Aug-87 15:34:35 EDT Article-I.D.: safari.214 Posted: Sun Aug 30 15:34:35 1987 Date-Received: Tue, 1-Sep-87 01:32:50 EDT References: <1429@killer.UUCP> Distribution: world Organization: Safari Time Labs; Portland Oregon Lines: 13 Xref: utgpu comp.sys.att:927 junk:5700 > I noticed today while doing a ps that the PID numbers had gone as > high as 13000, then dropped back down to 7000... > > ... Is this some kind of strange anomaly > (yet another one! :->) unique to the 7300, or do I have a problem? Perhaps it's really 37000: MAXPID on the Unix PC is 30000 (see /usr/include/sys/param.h) after which the PID's will "wrap around" to lower values again. You can observe this if you don't reboot or fsck the filesystem for about 30 days.