0 Replies Latest reply on Feb 9, 2017 10:56 AM by pbiswas_jboss_linux

    nofile (max no. of open Files) configuration for JBoss in Linux

    pbiswas_jboss_linux

      Hi,

       

      I am new to linux, facing some issues with no of open file channels in an enterprise application running in jboss eap 6.2 .

      Currently to increase the maximum limit, nofile configuration is set in limits.conf file of root user as below:

      root soft nofile 65535

      root hard nofile 65535

       

      Currently we don't have access to change this file() configuration in client system, where the enterprise application is deployed.

      Can you suggest other alternatives such as passing the command line arguments while starting the jboss on linux system

      to set the maximum open file( file channels) limit.

       

      Thanks.