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