JAL-3348 jvmmempc in jvl file now works in linux
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 22:42:35 +0000 (23:42 +0100)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 3 Jul 2019 22:42:35 +0000 (23:42 +0100)
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/ant/pom.xml
getdown/src/getdown/core/pom.xml
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/pom.xml
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index 7324541..34723c1 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index 32a0bc4..edeadaa 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index f9f0d08..0064425 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3_1.1.6_JVL</version>
+    <version>1.8.3_1.1.7_JVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index b21b1f9..80d0c38 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3_1.1.6_JVL</version>
+    <version>1.8.3_1.1.7_JVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index 799b5bb..7c2a427 100644 (file)
@@ -819,14 +819,16 @@ public class Application
             ARG: for (int i = 0; i < _jvmargs.size(); i++) {
               if (_jvmargs.get(i) instanceof java.lang.String && _jvmargs.get(i).startsWith("-Xmx")) {
                 _jvmargs.remove(i);
+                break ARG;
               }
             }
             addAll(maxMemHeapArg, _jvmargs);
+            log.info("Max memory set", "maxMemHeapArg", maxMemHeapArg[0]);
             
           }
 
         } else if (jvmmempc != -1) {
-          System.out.println("'jvmmempc' value must be in range 0 to 100 (read as '"+Integer.toString(jvmmempc)+"')");
+          log.warning("'jvmmempc' value must be in range 0 to 100 (read as '"+Integer.toString(jvmmempc)+"')");
         }
 
         // get the set of optimum JVM arguments
index 00686cb..4755cc6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3_1.1.6_JVL</version>
+    <version>1.8.3_1.1.7_JVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index cdee51c..2807be5 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3_1.1.6_JVL</version>
+  <version>1.8.3_1.1.7_JVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>
index 7324541..34723c1 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 7324541..34723c1 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ