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

Removed the -server arg for starting Solr.

This causes issues with JVMs that don't have the 'server' VM built-in,
e.g. the Windows i386 one. The JVM automatically selects the server
VM anyway when the host characteristics are enough anyway.
This commit is contained in:
Sam 2013-10-14 07:24:10 +11:00
parent a472517736
commit 3615a72310

View File

@ -22,4 +22,4 @@ then
fi
cd $SCRIPT_DIR/java/solr/server
$JAVA_CMD -server -Xmx2048M -XX:MaxPermSize=512M -jar start.jar
$JAVA_CMD -Xmx2048M -XX:MaxPermSize=512M -jar start.jar