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:
parent
a472517736
commit
3615a72310
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user