From owner-freebsd-questions Tue Nov 7 14:38:20 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA06912 for questions-outgoing; Tue, 7 Nov 1995 14:38:20 -0800 Received: from blob.best.net (blob.best.net [204.156.128.88]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id OAA06901 for ; Tue, 7 Nov 1995 14:38:14 -0800 Received: from geli.clusternet (rcarter.vip.best.com [204.156.137.2]) by blob.best.net (8.6.12/8.6.5) with ESMTP id OAA05698 for ; Tue, 7 Nov 1995 14:38:12 -0800 Received: from localhost (localhost [127.0.0.1]) by geli.clusternet (8.6.12/8.6.9) with SMTP id OAA24176 for ; Tue, 7 Nov 1995 14:16:51 -0800 Message-Id: <199511072216.OAA24176@geli.clusternet> X-Authentication-Warning: geli.clusternet: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.4 10/10/95 To: questions@freebsd.org Subject: Cannot fork Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Nov 1995 14:16:51 -0800 From: "Russell L. Carter" Sender: owner-questions@freebsd.org Precedence: bulk I am seeing a lot of this sort of thing with a "beefy" -STABLE kernel: $ man memcpy Formatting page, please wait...Cannot fork Error executing formatting or display command. system command exited with status 512 Failed. $ Sometimes I get "system resources temporarily unavailable". My user process limit is set to 40, but this happens with 10 or 20 processes a lot. It seems to happen mostly when I'm running exmh and fvwm. How can I see what is consuming the "resources"? (other than ps) The kernel is "beefy": maxusers 64 options "CHILD_MAX=256" options "OPEN_MAX=256" Thanks, Russell