Commit 8cfddf9b73b7feada5f05cf3d9b566fe74ea053e

Authored by Sergio Oliveira
1 parent f17c6a54

Set max memory for solr to 128mb

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
vagrant/solr/start.sh
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 SOLR_HOME=/home/vagrant/solr-4.10.3/example 4 SOLR_HOME=/home/vagrant/solr-4.10.3/example
5 5
6 # Java options for Solr 6 # Java options for Solr
7 -OPTIONS="-Xmx1024m" 7 +OPTIONS="-Xmx128m"
8 8
9 # Path to pid file 9 # Path to pid file
10 PIDFILE=/var/run/solr.pid 10 PIDFILE=/var/run/solr.pid