JAL-3477 Added -help text for jvmmempc and jvmmemmax. Fixed typo and slight rewording...
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 4 Aug 2020 17:13:02 +0000 (18:13 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 4 Aug 2020 19:11:28 +0000 (20:11 +0100)
help/help/html/features/clarguments.html
src/jalview/bin/Jalview.java

index 89560e9..1eecfb9 100644 (file)
     </tr>
     <tr>
       <td><div align="center">-jvmmempc=PERCENT</div></td>
-      <td><div align="left"><em>Standalone executable jar only.</em>
+      <td><div align="left"><em>Only available with standalone executable jar or jalview.bin.Launcher.</em>
           Limit maximum heap size (memory) to PERCENT% of total physical memory detected.
          This defaults to 90 if total physical memory can be detected.
          See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
     </tr>
     <tr>
       <td><div align="center">-jvmmemmax=MAXMEMORY</div></td>
-      <td><div align="left"><em>Standalone executable jar only.</em>
+      <td><div align="left"><em>Only available with standalone executable jar or jalview.bin.Launcher.</em>
           Limit maximum heap size (memory) to MAXMEMORY. MAXMEMORY can be specified in bytes, kilobytes(k), megabytes(m),
          gigabytes(g) or if you're lucky enough, terabytes(t).
-         This defaults to 32g if total physcial memory can be detected, or to 8g if total physical memory cannot be detected.
+         This defaults to 32g if total physical memory can be detected, or to 8g if total physical memory cannot be detected.
          See <a href="../memory.html">Memory usage settings for Jalview</a> for more details.
           </div>
       </td>
index 021aad6..2e33474 100755 (executable)
@@ -944,6 +944,8 @@ public class Jalview
                     + "-jabaws URL\tSpecify URL for Jabaws services (e.g. for a local installation).\n"
                     + "-fetchfrom nickname\tQuery nickname for features for the alignments and display them.\n"
                     + "-groovy FILE\tExecute groovy script in FILE, after all other arguments have been processed (if FILE is the text 'STDIN' then the file will be read from STDIN)\n"
+                    + "-jvmmempc=PERCENT\tOnly available with standalone executable jar or jalview.bin.Launcher. Limit maximum heap size (memory) to PERCENT% of total physical memory detected. This defaults to 90 if total physical memory can be detected. See https://www.jalview.org/help/html/memory.html for more details.\n"
+                    + "-jvmmemmax=MAXMEMORY\tOnly available with standalone executable jar or jalview.bin.Launcher. Limit maximum heap size (memory) to MAXMEMORY. MAXMEMORY can be specified in bytes, kilobytes(k), megabytes(m), gigabytes(g) or if you're lucky enough, terabytes(t). This defaults to 32g if total physical memory can be detected, or to 8g if total physical memory cannot be detected. See https://www.jalview.org/help/html/memory.html for more details.\n"
                     + "\n~Read documentation in Application or visit http://www.jalview.org for description of Features and Annotations file~\n\n");
   }