mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-07 10:13:27 +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
|
fi
|
||||||
|
|
||||||
cd $SCRIPT_DIR/java/solr/server
|
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…
x
Reference in New Issue
Block a user