Path: utzoo!utgpu!water!watmath!clyde!bellcore!tness7!bellboy!hack From: hack@bellboy.UUCP (Greg Hackney) Newsgroups: comp.unix.microport Subject: Re: Too many processes? Keywords: process, uucp Message-ID: <1086@bellboy.UUCP> Date: 7 Jun 88 01:47:29 GMT References: <121@tegan.UUCP> Reply-To: hack@bellboy.UUCP (Greg Hackney) Organization: home Lines: 15 In article <121@tegan.UUCP> foobar@tegan.UUCP (John Fruetel) writes: >While receiving news, my system says that it >runs out of processes! What is the exact error message? You should be able to see the number of processes your system is configured with in the file /usr/include/sys/kdef.h "MAXUP" is the max number of processes per user. "NPROC" is the max number of processes total. -- Greg