Re: OOM issue

2011-09-15 Thread abhijit bashetti
Hi Eric, Thanks for the reply. It is very useful for me. For point 1. : I do need 10 core and it will go on increasing in future. I have document that belongs to different workspaces , so the 1 workspace = 1 core ; I cant go with one core. Currrently having 10 core but in future the count may

Re: OOM issue

2011-09-13 Thread Erick Erickson
Multiple webapps will not help you, they're still on the underlying memory. In fact, it'll make matters worse since they won't share resources. So questions become: 1> Why do you have 10 cores? Putting 10 cores on the same machine doesn't really do much. It can make lots of sense to put 10 cores o

Re: OOM issue

2011-09-12 Thread Manish Bafna
Number of cache is definitely going to reduce heap usage. Can you run those xlsx file separately with Tika and see if you are getting OOM issue. On Mon, Sep 12, 2011 at 3:09 PM, abhijit bashetti wrote: > I am facing the OOM issue. > > OTHER than increasing the RAM , Can we chnage some other par

Re: OOM issue

2011-09-12 Thread Manish Bafna
Are you using Tika to do the extraction of content? You might be getting OOM because of huge xlsx file. Try having bigger RAM and you might not get the issue. On Mon, Sep 12, 2011 at 12:44 PM, abhijit bashetti < abhijitbashe...@gmail.com> wrote: > Hi, > > I am getting the OOM error. > > I am wor