Hi,
I'm running the latest (master) version in Docker. We've allocated a VM with 4 cores and 32gb RAM for Glutton.
When running a batch of lookups (started with about 200k) by their bibliographic strings we can only process about 70-80 strings per minute.
The elasticsearch cluster is almost running idle so when I looked closer at the container I saw that the threads kept increasing. It looks like one thread is added for every citation processed and none is ever removed.

Edit:
Forgot to mention that this does not respect maxThreads in the config.yml. I've tried running it both with the default value of 2048 and higher as well as lower. The performance is still low and the threads keeps on ticking up
Hi,
I'm running the latest (master) version in Docker. We've allocated a VM with 4 cores and 32gb RAM for Glutton.
When running a batch of lookups (started with about 200k) by their bibliographic strings we can only process about 70-80 strings per minute.
The elasticsearch cluster is almost running idle so when I looked closer at the container I saw that the threads kept increasing. It looks like one thread is added for every citation processed and none is ever removed.
Edit:
Forgot to mention that this does not respect
maxThreadsin the config.yml. I've tried running it both with the default value of 2048 and higher as well as lower. The performance is still low and the threads keeps on ticking up