Johnsd11 commented on issue #62: URL: https://github.com/apache/ctakes/issues/62#issuecomment-2835988967
There are many ways to package ctakes, and admittedly ours is unlike the console app and we have our own multithreaded API, but we regularly do millions of documents at a time and haven't seen this issue. The core application with our fairly standard pipeline is up for a month at a time with no degradation Are you using any unusual or deprecated annotators? It could be that one of the less used ones doesn't separate initialization properly from it's processing method and is caching something that it shouldn't.. Are you seeing a concomitant growth in memory footprint? Try running it under jvisualvm it may give you a clue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
