Commit 4c4764de65a7cecf3e93a63c602e73429fd205f5

Authored by Sergio Oliveira
Committed by Thiago Ribeiro
1 parent 59028f76
Exists in trac_indexing

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