computerline1z / okapi

Automatically exported from code.google.com/p/okapi
0 stars 0 forks source link

openxml filter memory leak when batch processing cancelled... #420

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The openxml filter launches threads that feed piped streams. When the main 
filter crashes or is closed unexpectedly from the caller every document leaks 
1meg+. On large batches gigabytes of memory can be consumed and not released 
until the jvm is closed.

Original issue reported on code.google.com by jhargrav...@gmail.com on 7 Oct 2014 at 5:47