1827808 Members
2274 Online
109969 Solutions
New Discussion

Re: File table overflow

 
SOLVED
Go to solution
Vincent Lam_1
Occasional Contributor

File table overflow

My Java server application keeps complaining "File table overflow" when opening a socket connection. What can I do now? is it related to the file descriptors? We've already tuned the file descriptors to max already!!! HELP!!
2 REPLIES 2
Sunil Sharma_1
Honored Contributor
Solution

Re: File table overflow

Hi,

This problem is related to kernel tuning.

Please increase the value of nfile parameter.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
bhavin asokan
Honored Contributor

Re: File table overflow

hi,

you can search on the itrc forum .you will get somany threads regding this.

you have to increase the nfile parameter in the hpux kernel .you have to regenerate your kernel and a reboot is required for this.

regds,