Date: Thu, 26 Mar 1998 15:55:19 -0800 From: Studded <Studded@dal.net> To: "Look, Joseph" <joel@fgmail01.merix.com> Cc: "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG> Subject: Re: max user processes and max open files setting Message-ID: <351AEAE7.ABA596F4@dal.net> References: <813E52C581EED011B6F400805FA6BDE8E7983E@FGMAIL01>
next in thread | previous in thread | raw e-mail | index | archive | help
Look, Joseph wrote: > > 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? You want to take those options *out* of your kernel config file and read the man page for login.conf. Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 5,328 clients and still growing. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?351AEAE7.ABA596F4>