OS: RedHat7.1

Thanks for the help, I've managed to increase the number of open file
handles on our system. Here is the procedure I followed (no kernel
recompilation needed!) based on the documentation at
www.velano.com/linux.html:

edit /etc/security/limits.conf, add:
    *    soft    nofile    1024
    *    hard   nofile    4096

edit /etc/pam.d/login, add:
    session    required    /lib/security/pam_limits.so

And thats it.

Richard.

----- Original Message -----
From: "Michael J. Cannon" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 11:36 PM
Subject: Re: Too Many Open Files?


> Would there be interest in a Webmin .wbm module for this and other
> functionality (also might open the db and console in the web page).
>
> Of course, would be SSL enabled.
>
> Mike
> ----- Original Message -----
> From: "Curt Smith" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 08, 2001 2:55 PM
> Subject: Re: Too Many Open Files?
>
>
> > What about being able to open port 80 as non-root?
> >
> > curt
> >
> >
> > >>> "Eddie Post" <[EMAIL PROTECTED]> 08/08/01 11:38AM >>>
> > My experience to overcome this problem:
> > Make absolutely sure you don't run Orion as root, such that all java
> processes are killed nicely and they don't keep on running.
> > They told me that even with su -, java sees the real owner the initiated
> this (I still have to get deeper into this).
> >
> > After I just started Orion from the command prompt as normal user, this
> problem disappeared. I used to start Orion with su - in a start-up script.
> >
> > Eddie
> >
> >
> >
>


Reply via email to