apache / uima-ruta

Apache UIMA Ruta
https://uima.apache.org
Apache License 2.0
17 stars 5 forks source link

Potential memory leak in Annotation Browser View #173

Closed pkluegl closed 1 week ago

pkluegl commented 2 months ago

Describe the bug Potential memory leak in Annotation Browser View

To Reproduce Steps to reproduce the behavior:

  1. Open a large CAs in the CAS Editor
  2. Close the CAS Editor
  3. Garbage collect
  4. goto 1.

Expected behavior Memory usage should drop to initial value.