X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhelp%2Fhtml%2Ffeatures%2Fclarguments.html;h=c0f4c42d428855c0276075006c08561ef50dfe20;hb=f439cd77032a5b7fc79d925db1c85bf6d3e6bb92;hp=ebdfcf3a21ee2473a79bc126c3619bc0ce9549b5;hpb=88153d5bb04acd2b8e7fbc3e6789622b77b6cf58;p=jalview.git diff --git a/help/help/html/features/clarguments.html b/help/help/html/features/clarguments.html index ebdfcf3..c0f4c42 100644 --- a/help/help/html/features/clarguments.html +++ b/help/help/html/features/clarguments.html @@ -27,7 +27,18 @@ See running Jalview from the command line for more information. +
+
Jalview processes arguments on the command line sequentially. If + you would like to pass a 'JVL' file containing + memory settings or any other launch + parameters, then include it at the beginning of the command line to + ensure they are processed before any remaining arguments.
+ Typical command line execution follows the following pattern: +
+  jalview -open <Alignment File/URL> [additional import arguments] [export arguments]
+  
+ @@ -35,13 +46,27 @@ User Interface. (automatically disables questionnaire, version and usage stats checks) - + + + + + + + + + + + + + + + + + + + + + + + + +
-nodisplay
-nowebservicediscovery
Do not query configured servers to + discover web services (Since 2.11.2.0)
-open FILE/URL
Specify the alignment file to + open or process by providing additional arguments.
-props FILE/URL
Use the given Jalview properties file instead of users default.
-setprop PROPERTY=value
(JalviewJS ONLY) sets the given + property to the given value
-features FILE/URL

@@ -71,6 +96,14 @@ File description.

+
-no-annotation
+
Do not display annotation below the alignment. +
-tree FILE/URL
@@ -219,6 +252,25 @@
-jvmmempc=PERCENT
Only 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 Memory usage settings for Jalview for more details. +
+
-jvmmemmax=MAXMEMORY
Only 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 Memory usage settings for Jalview for more details. +
+