Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13514

Huge memory leak in WildFly

XMLWordPrintable

    • Hide
      • Build the project
      • Deploy generated WAR file to WildFly
      • Execute the bash script
        for i in {1..10}; do curl http://localhost:8080/wildfly-oome/; done
        
      • Requests start failing with java.lang.OutOfMemoryError: Java heap space
      Show
      Build the project Deploy generated WAR file to WildFly Execute the bash script for i in {1..10}; do curl http: //localhost:8080/wildfly-oome/; done Requests start failing with java.lang.OutOfMemoryError: Java heap space

      https://github.com/konbk/bug-report-wildfly-oome

      The project shows a huge memory leak introduced in recent WildFly versions that can crash a real-world Java EE application in a matter of hours.

      When a JSF page contains any component bound to page variable, all CDI beans (regardless of scope) used on that page stay in memory.

              flaviarnn Flavia Rainone
              konbk Konrad Bak (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: