Operating System - Linux
1843963 Members
1955 Online
110226 Solutions
New Discussion

Error while java build using ant script

 
mjsunil
Advisor

Error while java build using ant script

Hi,Iam getting error while java build using ant script in my Redhat Linux AS 2.1 server. Iam getting "too many open files" error. I increased the fs.file-max to 32767 but in vain. I cannot file inode-max file to increase the size. The file-nr shows values "1698 1164 32767" and inode-state values "71774 10 0 0 0 0 0". I tried to create the inode-max file but unable to do so.
pls help
Sunil
1 REPLY 1
mjsunil
Advisor

Re: Error while java build using ant script

I found the the open files limit for the user is 1024 set by default. Iam unable to increase the ulimit from user prompt with ulimit -n 2048 command. Is there any way to grant the permission for the user to increase the open files size?can somebody help

Sunil