0 Replies Latest reply on Sep 25, 2014 12:34 PM by dnovo

    Wildfly 8.1 Performance

    dnovo

      Hi,

       

      I'm migrating my legacy app from jboss as 6.1 / java 6 to wildfly 8.1 / java 7.

       

      After some tests i notice that the same process runing on jboss as6 is faster than wildfly.

       

      The server boot is faster in wildfly but after the server is up jboss as6 is faster.

       

      I can't find any thread about performance / tuning tips for wildfly.

       

      Note: I'm using standalone with standalone.xml config.

      Same java opts in both (-Xms256M -Xmx2048M -XX:PermSize=128m -XX:MaxPermSize=1024M).

       

      Any suggestion?