I'm gussing that you're opening files in your application and forgetting
to close them using InputStream.close().  It could also happen if you
open network connections and forget to close them.  The other alternative
is that you're writting a massing DB or Network server, in which case
you need to recompile your kernel to increase the maximum number of
file handles allomed for each process.

Alexander

On Thu, Sep 28, 2000 at 02:44:50PM +0800, Mohd Mokhtar wrote:
> why is my Linux box server always gave this error when left unattended
> 
>       VFS: file-max limit 4096 reached
>       Unable to load intrepreter /lib/ld-linux.so.2
>       Unable to load intrepreter /lib/ld-linux.so.2
>       Unable to load intrepreter /lib/ld-linux.so.2
>       Unable to load intrepreter /lib/ld-linux.so.2
>       .....
>       .....
> 
> until I reboot the server to end it ? PLease help.
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to