1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00

Added some sane default limits for Solr so it doesn't chew up all the RAM.

That tends to happen when importing large datasets.
This commit is contained in:
Samuel Lai 2012-08-07 19:07:07 +10:00
parent ae208b49ca
commit 755a2f2c1f

View File

@ -15,4 +15,4 @@ then
fi
cd $SCRIPT_DIR/java/solr/server
$JAVA_CMD -jar start.jar
$JAVA_CMD -Xmx1G -XX:MaxPermSize=256M -jar start.jar