3 Replies Latest reply on Jul 17, 2018 11:31 AM by ani32.k

    Performance

    ani32.k

      How to increase the performance of wildfly 13??

       

      what are the steps to increase it?

        • 1. Re: Performance
          ctomc

          as usual when someone asks about this.

           

          Without knowing

          - what are you trying to do.

          - what your application does

          - what is the bottleneck

          - what is the setup

          - what is the environment (OS, JDK, ...)

           

          It is impossible to respond to such question.

          • 2. Re: Performance
            ani32.k

            First i would like to thank you for responding my question.

             

            Please have the below details.

             

            OS:  windows server 2012 standard with JAVA8 version

             

            I have configured standalone.xml  with SSL cert.

             

            URL is working fine but after the deployment of .war file when you hit the URL it takes time to reach the application.

            have increased the heap size as well as below.

             

            "JAVA_OPTS=-Xms4096M -Xmx4096M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m"

             

            Please let me know if you need still more details.

            • 3. Re: Performance
              ani32.k

              Please help