From owner-freebsd-questions Thu Mar 26 14:03:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29718 for freebsd-questions-outgoing; Thu, 26 Mar 1998 14:03:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from merix.merix.com (merix.merix.com [198.145.172.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29617 for ; Thu, 26 Mar 1998 14:02:33 -0800 (PST) (envelope-from joel@fgmail01.merix.com) Received: from fgmail01.merix.com ([10.1.175.117]) by merix.merix.com with ESMTP (1.38.110.45/16.2) id AA260159703; Thu, 26 Mar 1998 14:01:44 -0800 Received: by FGMAIL01 with Internet Mail Service (5.0.1458.49) id ; Thu, 26 Mar 1998 14:00:29 -0800 Message-Id: <813E52C581EED011B6F400805FA6BDE8E7983E@FGMAIL01> From: "Look, Joseph" To: "'freebsd-questions@FreeBSD.ORG'" Cc: "Look, Joseph" Subject: max user processes and max open files setting Date: Thu, 26 Mar 1998 14:00:27 -0800 X-Priority: 3 Mime-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In FreeBSD 2.1.0 I am able to put the following lines in the kernel file and all users will have the max user processes and max open files that I specified ( I am using the ulimit -a on bash to see the setting): options "CHILD_MAX=128" options "OPEN_MAX=128" Now in 2.2.5, I am not able to do the same. I include the same lines in my kernel file but when I use the ulimit -a command, the max user processes and max open files are both set to 64 only(which I think is the default value). How can I set this parameters like I did it in 2.1.0? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message