Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site pur-ee.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!inuxc!pur-ee!ecn-ee!malcolm From: malcolm@ecn-ee.UUCP Newsgroups: net.lang.lisp Subject: Re: automatic setting of priority by fra - (nf) Message-ID: <1947@pur-ee.UUCP> Date: Sat, 30-Jun-84 03:17:55 EDT Article-I.D.: pur-ee.1947 Posted: Sat Jun 30 03:17:55 1984 Date-Received: Sun, 1-Jul-84 06:56:00 EDT Sender: notes@pur-ee.UUCP Organization: Electrical Engineering Department , Purdue University Lines: 19 #R:harvard:-30100:ecn-ee:14000003:000:673 ecn-ee!malcolm Jun 30 00:41:00 1984 The problem you mention is not due to Franz Lisp but is done by the 4.2 Kernal. I can't speak for Berkeley since I've NEVER run on a vanilla BSD machine, but here at Purdue (ECN) the kernal kicks each proc's nice up to 4 after chewing up 10 minutes of CPU time. The idea is to give large crunchers lower priority so that they don't impact interactive users. Because we have lots of users that run large jobs we have taken it even farther and set a "research" bit that gives long running jobs even lower priority. All in the name of keeping the big crunchers from taking over the machine.... Malcolm Slaney (One of the people running large crunchers)