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" <g...@mimirtech.com>
To: <solr-user@lucene.apache.org>
Sent: Thursday, October 21, 2010 2:34 AM
Subject: Re: RAM increase
On Thu, Oct 21, 2010 at 10:46 AM, satya swaroop <satya.yada...@gmail.com>
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 the the -Xmx
and -Xms variables. If you are using something like Tomcat, that would
be done in the Tomcat configuration file. E.g., this option can be added
inside /etc/init.d/tomcat6 on new Debian/Ubuntu systems.
Regards,
Gora