Re: CPE memory usage

2016-08-29 Thread Jens Grivolla
2016 13:34 > An: user@uima.apache.org > Betreff: Re: CPE memory usage > > Solr is known not to be very good at deep paging, but rather getting the > top relevant results. Running a query asking for the millionth document is > pretty much the worst you can do as it will have to ran

AW: CPE memory usage

2016-08-28 Thread Armin.Wegner
Betreff: Re: CPE memory usage Solr is known not to be very good at deep paging, but rather getting the top relevant results. Running a query asking for the millionth document is pretty much the worst you can do as it will have to rank all documents again, up to the millionth, and return that one. It

AW: CPE memory usage

2016-08-16 Thread Armin.Wegner
@uima.apache.org Betreff: Re: CPE memory usage Solr is known not to be very good at deep paging, but rather getting the top relevant results. Running a query asking for the millionth document is pretty much the worst you can do as it will have to rank all documents again, up to the millionth, and return that

Re: CPE memory usage

2016-08-16 Thread Jens Grivolla
gt; > -Ursprüngliche Nachricht- > Von: Richard Eckart de Castilho [mailto:r...@apache.org] > Gesendet: Montag, 8. August 2016 15:33 > An: user@uima.apache.org > Betreff: Re: CPE memory usage > > Do you have code for a minimal test case? > > Cheers, > > -- Richard &

AW: CPE memory usage

2016-08-09 Thread Armin.Wegner
prüngliche Nachricht- Von: Richard Eckart de Castilho [mailto:r...@apache.org] Gesendet: Montag, 8. August 2016 15:33 An: user@uima.apache.org Betreff: Re: CPE memory usage Do you have code for a minimal test case? Cheers, -- Richard > On 08.08.2016, at 15:31, > wrote: > >

Re: CPE memory usage

2016-08-08 Thread Richard Eckart de Castilho
Do you have code for a minimal test case? Cheers, -- Richard > On 08.08.2016, at 15:31, > wrote: > > Hi Richard! > > I've changed the document reader to a kind of no-op-reader, that always sets > the document text to an empty string: same behavior, but much slower increase > in memory usa

AW: CPE memory usage

2016-08-08 Thread Armin.Wegner
e.org] Gesendet: Montag, 8. August 2016 14:31 An: user@uima.apache.org Betreff: Re: CPE memory usage I am not aware of any resource leaks in uimaFIT or UIMA-J either. Maybe Solr doesn't handle resources in the way you expect? E.g. queries or documents may have to be closed/returned when they are

Re: CPE memory usage

2016-08-08 Thread Richard Eckart de Castilho
queue. All other variables are local to their methods. It's pretty > simple. There shouldn't be any resource leaks. > > Best, > Armin > > -Ursprüngliche Nachricht- > Von: Richard Eckart de Castilho [mailto:r...@apache.org] > Gesendet: Montag, 8. August 201

AW: CPE memory usage

2016-08-08 Thread Armin.Wegner
on: Richard Eckart de Castilho [mailto:r...@apache.org] Gesendet: Montag, 8. August 2016 08:50 An: user@uima.apache.org Betreff: Re: CPE memory usage Did you try using a different reader? Cheers, -- Richard > On 08.08.2016, at 08:10, > wrote: > > Hi! > > I'm u

Re: CPE memory usage

2016-08-07 Thread Richard Eckart de Castilho
Did you try using a different reader? Cheers, -- Richard > On 08.08.2016, at 08:10, > wrote: > > Hi! > > I'm using uimaFIT 2.2.0 and uimaj 2.8.1. The collectection processing engine > is slowy eating up all memory until it gets killed by the system. This > happens even when I'm just runng

CPE memory usage

2016-08-07 Thread Armin.Wegner
Hi! I'm using uimaFIT 2.2.0 and uimaj 2.8.1. The collectection processing engine is slowy eating up all memory until it gets killed by the system. This happens even when I'm just runnging a collection reader and no other compoments (no analysis at all). Does anyone has experiented a similar be