Re: RAM increase

2010-10-29 Thread Tommaso Teofili
Hello Lance, form the command line run: > export JAVA_OPTS='-d64 -Xms128m -Xmx5g' eventually changing values of Xms and Xmx. Hope this helps. Tommaso 2010/10/29 Lance Norskog > When you start the Tomcat app, you tell it how much memory to allocate > to the JVM. I don't remember where, probably

Re: RAM increase

2010-10-29 Thread Lance Norskog
When you start the Tomcat app, you tell it how much memory to allocate to the JVM. I don't remember where, probably in catalina.sh. On Fri, Oct 29, 2010 at 2:56 AM, satya swaroop wrote: > Hi All, > >         Thanks for your reply.I have a doubt whether to increase the ram or > heap size to java o

Re: RAM increase

2010-10-29 Thread satya swaroop
Hi All, Thanks for your reply.I have a doubt whether to increase the ram or heap size to java or to tomcat where the solr is running Regards, satya

RE: RAM increase

2010-10-21 Thread Steven A Rowe
ennis Gearon [mailto:gear...@sbcglobal.net] > Sent: Thursday, October 21, 2010 1:08 PM > To: solr-user@lucene.apache.org > Subject: Re: RAM increase > > Everything ovger ~3.7 3.7GB RAM (2^32, use your calculator) needs 64 bit > addressing. > > Dennis Gearon > > Si

Re: RAM increase

2010-10-21 Thread Dennis Gearon
. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. --- On Thu, 10/21/10, Jonathan Rochkind wrote: > From: Jonathan Rochkind > Subject: Re: RAM increase > To: "solr-user@lucene.apache.org" &

Re: RAM increase

2010-10-21 Thread Jonathan Rochkind
Jean-Sebastien Vachon wrote: You will also need to switch to a 64 bits JVM You might have to add the `-d64` flag as well as the `-Xms` and `-Xmx` I've actually had no luck googling what's up with the -d64. Can you point me to any documentation on what effect it has, and on particular on wh

Re: RAM increase

2010-10-21 Thread Jean-Sebastien Vachon
You will also need to switch to a 64 bits JVM You might have to add the `-d64` flag as well as the `-Xms` and `-Xmx` - Original Message - From: "Gora Mohanty" To: Sent: Thursday, October 21, 2010 2:34 AM Subject: Re: RAM increase On Thu, Oct 21, 2010 at 10:46 AM, sat

Re: RAM increase

2010-10-20 Thread Gora Mohanty
On Thu, Oct 21, 2010 at 10:46 AM, satya swaroop wrote: > Hi all, >              I increased my RAM size to 8GB and i want 4GB of it to be used > for solr itself. can anyone tell me the way to allocate the RAM for the > solr. [...] You will need to set up the allocation of RAM for Java, via th