Skip to content
Snippets Groups Projects
Commit 1e74e23a authored by Wei Liu's avatar Wei Liu
Browse files

refactor vm args..

parent b51e340b
Branches
Tags v0.3.8
No related merge requests found
......@@ -9,4 +9,4 @@ popd
set JAR=%ROOT%\lib\unimelb-mf-clients.jar
java -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512m -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFCheck %*
java -XX:+UseG1GC -XX:+UseStringDeduplication -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFCheck %*
......@@ -8,4 +8,4 @@ popd
@REM set PATH=%JAVA_HOME%\bin;%PATH%
set JAR=%ROOT%\lib\unimelb-mf-clients.jar
java -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512m -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFDownload %*
java -XX:+UseG1GC -XX:+UseStringDeduplication -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFDownload %*
......@@ -9,4 +9,4 @@ popd
set JAR=%ROOT%\lib\unimelb-mf-clients.jar
java -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512m -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFInstrumentUpload %*
java -XX:+UseG1GC -XX:+UseStringDeduplication -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFInstrumentUpload %*
......@@ -9,4 +9,4 @@ popd
set JAR=%ROOT%\lib\unimelb-mf-clients.jar
java -XX:+UseG1GC -XX:+UseStringDeduplication -Xms512m -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFUpload %*
java -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:+UseStringDeduplication -Xmx1g -cp "%JAR%" unimelb.mf.client.sync.cli.MFUpload %*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment