I'm running an app that uses the (now slightly crusty) acts_as_solr
plugin.  It's running out of java heap space.  I'm trying to figure
out how to push a config modification to java to allocate more heap.
I believe I need to get the -Xms and -Xmx options through to java,
maybe via JAVA_OPTS?  But not sure about that, nor am I clear on how
to even get the JAVA_OPTS env var through to the solr daemon.

This is on a linux server, and I'm starting solr via an init.d file
that includes the commands:

    cd $APP_SOLR_DIR
    rake RAILS_ENV='production' solr:start &> $STARTUP_LOG

Any pointers appreciated.

Thanks!

-glenn

-- 
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby

Reply via email to