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
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
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
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
. 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"
&
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
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
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