Re: Increase heap size using UIMA with Solr

2013-08-28 Thread Marshall Schor
This may be a better question for the Solr list. These issues seem to come from the particular integration of UIMA into SOLR, where it seems to be repeatedly instantiating new UIMA pipelines, over and over. In most application scenarios, it is intended that a UIMA pipeline be instantiated once,

Re: Increase heap size using UIMA with Solr

2013-08-28 Thread Jun Ohtani
Hi Tommaso, Thanks for reply. which version of Solr are you (and your coworkers) using? Using Solr 4.4.0. as far as I can see it shouldn't differ too much, unless you got evidence of that. Sorry… I try to write a sample code and get evidence, then I will post result it. Regards

Re: Increase heap size using UIMA with Solr

2013-08-28 Thread Jun Ohtani
Hi Marshall, Thanks for reply. In most application scenarios, it is intended that a UIMA pipeline be instantiated once, and then reused. I wanted to know about that. I will try to post Solr ML. Thanks! Jun Ohtani On 2013/08/29, at 6:23, Marshall Schor m...@schor.com

Re: Increase heap size using UIMA with Solr

2013-08-27 Thread Tommaso Teofili
Hi Jun, 2013/8/26 Jun Ohtani joht...@gmail.com Dear all, My co-worker use UIMA with Solr. We have two problems increasing heap size and cpu usage. We have two question. 1. o.a.u.jcas.impl.JCasImpl.loadJCasClasses() call every requests. Using UIMA with Solr, we send to request using

Increase heap size using UIMA with Solr

2013-08-27 Thread Jun Ohtani
Dear all, My co-worker use UIMA with Solr. We have two problems increasing heap size and cpu usage. We have two question. 1. o.a.u.jcas.impl.JCasImpl.loadJCasClasses() call every requests. Using UIMA with Solr, we send to request using UIMAUpdateRequestProcessor , Solr(Lucene) create

Increase heap size using UIMA with Solr

2013-08-27 Thread Jun Ohtani
Dear all, My co-worker use UIMA with Solr. We have two problems increasing heap size and cpu usage. We have two question. 1. o.a.u.jcas.impl.JCasImpl.loadJCasClasses() call every requests. Using UIMA with Solr, we send to request using UIMAUpdateRequestProcessor , Solr(Lucene) create

Increase heap size using UIMA with Solr

2013-08-26 Thread Jun Ohtani
Dear all, My co-worker use UIMA with Solr. We have two problems increasing heap size and cpu usage. We have two question. 1. o.a.u.jcas.impl.JCasImpl.loadJCasClasses() call every requests. Using UIMA with Solr, we send to request using UIMAUpdateRequestProcessor , Solr(Lucene) create