Recently , I upgraded my JBOSS from version 6 to 8.2.0 (Wildfly). After the upgrade , I can see the following logs in server startup :
WARN [org.jboss.as.warn.fd-limit] (main) JBAS015972: The operating system has limited the number of open files to 1024 for this process; a value of at least 4096 is recommended
If I understand correctly, Wildfly Jboss recommends the number of open file count to be set to 4096. Does this also indirectly mean Wildfly Jboss will be opening up more files than the earlier versions?