Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3455

Reduce testsuite memory footprint

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            rhn-support-asoldano Alessio Soldano
            rhn-support-asoldano Alessio Soldano
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: