ctakes-rest-service icon indicating copy to clipboard operation
ctakes-rest-service copied to clipboard

Performance issues

Open mnhcorp opened this issue 4 years ago • 0 comments

Hi,

I deployed this successfully on both the host server and inside Docker containers (the approach is.. hackish. I'll post my build process when I clean it up) but the performance is VERY slow, especially for large documents:

ctakes_perf

My purpose is to do a NER extraction from clinical documents (using MIMIC-III as test).

Questions:

  1. How can I improve performance? I've tried bumping the instance specs (CPU/RAM) without luck. Also seems that tomcat/java does not use multiple-cores?
  2. Can I turn-off features that might be slowing the request down? Given the cTakes has many modules, perhaps I can just turn on NER and turn the rest off?

Any guidance will be much appreciated.

Thanks for help and the project!

mnhcorp avatar Oct 06 '20 12:10 mnhcorp