RE: OutofMemory on Highlightling

2009-05-01 Thread Chris Hostetter
1) please don't cross post ... this is a user question, not development discussion .. the user list is the appropriate place to have the discussion. 2) ... : Is it possible to read only maxAnalyzedChars from the stored field : instead of reading the complete field in the memory? For instance,

RE: OutofMemory on Highlightling

2009-04-28 Thread Gargate, Siddharth
: RE: OutofMemory on Highlightling Here is the stack trace SEVERE: java.lang.OutOfMemoryError: Java heap space at java.lang.StringCoding$StringDecoder.decode(StringCoding.java:133) at java.lang.StringCoding.decode(StringCoding.java:173) at java.lang.String.(String.java:444

RE: OutofMemory on Highlightling

2009-04-23 Thread Gargate, Siddharth
(Thread.java:619) -Original Message- From: Gargate, Siddharth [mailto:sgarg...@ptc.com] Sent: Wednesday, April 22, 2009 9:29 AM To: solr-user@lucene.apache.org Subject: RE: OutofMemory on Highlightling I tried disabling the documentCache but still the same issue. -Original Message

RE: OutofMemory on Highlightling

2009-04-21 Thread Gargate, Siddharth
) -Original Message- From: Gargate, Siddharth [mailto:sgarg...@ptc.com] Sent: Wednesday, April 22, 2009 9:29 AM To: solr-user@lucene.apache.org Subject: RE: OutofMemory on Highlightling I tried disabling the documentCache but still the same issue. -Original Message- From: Koji

RE: OutofMemory on Highlightling

2009-04-21 Thread Gargate, Siddharth
I tried disabling the documentCache but still the same issue. -Original Message- From: Koji Sekiguchi [mailto:k...@r.email.ne.jp] Sent: Monday, April 20, 2009 4:38 PM To: solr-user@lucene.apache.org Subject: Re: OutofMemory on Highlightling Gargate, Siddharth wrote: > Anyb

Re: OutofMemory on Highlightling

2009-04-20 Thread Koji Sekiguchi
Gargate, Siddharth wrote: Anybody facing the same issue? Following is my configuration ... ... ... explicit 500 true id,score teaser teaser 200 200 500

RE: OutofMemory on Highlightling

2009-04-20 Thread Gargate, Siddharth
: OutofMemory on Highlightling I tried hl.maxAnalyzedChars=500 but still the same issue. I get OOM for row size 20 only. -Original Message- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Thursday, April 16, 2009 9:56 PM To: solr-user@lucene.apache.org Subject: Re: OutofMemory on

RE: OutofMemory on Highlightling

2009-04-16 Thread Gargate, Siddharth
I tried hl.maxAnalyzedChars=500 but still the same issue. I get OOM for row size 20 only. -Original Message- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Thursday, April 16, 2009 9:56 PM To: solr-user@lucene.apache.org Subject: Re: OutofMemory on Highlightling Hi

Re: OutofMemory on Highlightling

2009-04-16 Thread Otis Gospodnetic
pache.org > Sent: Thursday, April 16, 2009 6:33:46 AM > Subject: OutofMemory on Highlightling > > Hi, > > I am analyzing the memory usage for my Solr setup. I am > testing with 500 text documents of 2 MB each. > > I have defined a field for displaying the teas

OutofMemory on Highlightling

2009-04-16 Thread Gargate, Siddharth
Hi, I am analyzing the memory usage for my Solr setup. I am testing with 500 text documents of 2 MB each. I have defined a field for displaying the teasers and storing 1 MB of text in it. I am testing with just 128 MB maxHeap(I know I should be increasing it but just testing the