[jbossws-issues] [JBoss JIRA] (JBWS-3455) Reduce testsuite memory footprint

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Mar 12 13:06:47 EDT 2012


Alessio Soldano created JBWS-3455:
-------------------------------------

             Summary: Reduce testsuite memory footprint
                 Key: JBWS-3455
                 URL: https://issues.jboss.org/browse/JBWS-3455
             Project: JBoss Web Services
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, jbossws-native
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-native-4.1, jbossws-cxf-4.1


The testsuite uses a huge amount of memory as a consequence of some not-so-good patterns in the *TestCase classes.
The main issue is with static members of those classes being used to keep references to client proxies. While that is important to save cpu cycles, it ends up in a lot of "memory leaks" as once a testcase has been run, it's not needed/accessed anymore but still keep a hard link to the clients, preventing their garbage collection.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list