Re: Dropping Caches of Machine That Solr Runs At

2013-08-26 Thread Furkan KAMACI
EOF exception seems like a generic exception for me. I should find the underlying problem within my infrastructure. 26 Ağustos 2013 Pazartesi tarihinde Walter Underwood adlı kullanıcı şöyle yazdı: > We use Amazon EC2 machines with 34GB of memory (m2.2xlarge). The Solr heap is 8GB. We have several

Re: Dropping Caches of Machine That Solr Runs At

2013-08-26 Thread Walter Underwood
> com.ctc.wstx.sr.BasicStreamReader.readTextSecondary(BasicStreamReader.java:4628) >>> at >>> >> com.ctc.wstx.sr.BasicStreamReader.readCoalescedText(BasicStreamReader.java:4126) >>> at >>> >> com.ctc.wstx.sr.BasicStreamReader.finishToken(BasicS

Re: Dropping Caches of Machine That Solr Runs At

2013-08-26 Thread Furkan KAMACI
> > 2013/8/26 Walter Underwood > > > >> What is the precise error? What kind of machine? > >> > >> File buffers are a robust part of the OS. Unix has had file buffer > caching > >> for decades. > >> > >> wunder > >> > >>

Re: Dropping Caches of Machine That Solr Runs At

2013-08-26 Thread Walter Underwood
>> On Aug 26, 2013, at 1:37 AM, Furkan KAMACI wrote: >> >>> Hi Walter; >>> >>> You are right about performance. However when I index documents on a >>> machine that has a high percentage of Physical Memory usage I get EOF >>> err

Re: Dropping Caches of Machine That Solr Runs At

2013-08-26 Thread Furkan KAMACI
>>> Sometimes Physical Memory usage of Solr is over %99 and this may cause > >>> problems. Do you run such kind of a command periodically: > >>> > >>> sudo sh -c "sync; echo 3 > /proc/sys/vm/drop_caches" > >>> > >>> t

Re: Dropping Caches of Machine That Solr Runs At

2013-08-26 Thread Walter Underwood
>>> problems. Do you run such kind of a command periodically: >>> >>> sudo sh -c "sync; echo 3 > /proc/sys/vm/drop_caches" >>> >>> to force dropping caches of machine that Solr runs at and avoid problems? >> >> >> This is a terrib

Re: Dropping Caches of Machine That Solr Runs At

2013-08-26 Thread Furkan KAMACI
Solr is over %99 and this may cause > > problems. Do you run such kind of a command periodically: > > > > sudo sh -c "sync; echo 3 > /proc/sys/vm/drop_caches" > > > > to force dropping caches of machine that Solr runs at and avoid problems? > > >

Re: Dropping Caches of Machine That Solr Runs At

2013-08-25 Thread Walter Underwood
On Aug 25, 2013, at 1:41 PM, Furkan KAMACI wrote: > Sometimes Physical Memory usage of Solr is over %99 and this may cause > problems. Do you run such kind of a command periodically: > > sudo sh -c "sync; echo 3 > /proc/sys/vm/drop_caches" > > to force dropping c

Re: Dropping Caches of Machine That Solr Runs At

2013-08-25 Thread Furkan KAMACI
nc; echo 3 > /proc/sys/vm/drop_caches" > > to force dropping caches of machine that Solr runs at and avoid problems? >

Dropping Caches of Machine That Solr Runs At

2013-08-25 Thread Furkan KAMACI
Sometimes Physical Memory usage of Solr is over %99 and this may cause problems. Do you run such kind of a command periodically: sudo sh -c "sync; echo 3 > /proc/sys/vm/drop_caches" to force dropping caches of machine that Solr runs at and avoid problems?