JAL-3503 2.11.2.0 release notes and docs
[jalview.git] / help / help / html / memory.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head>
23 <title>Memory Settings</title>
24 </head>
25 <body>
26   <h2>
27     <center>
28       <strong>Memory Usage Settings for Jalview</strong>
29     </center>
30   </h2>
31   <p>When launched as an Application, Jalview will automatically
32     configure the amount of memory allocated to the program to be 90% of
33     physical memory, or 32GB - which ever is smaller.</p>
34   <p>
35     This behaviour might not be ideal if you are working on a machine
36     that runs other memory intensive processes, and (<em>since
37       Jalview 2.11.2</em>) can be changed via the <a
38       ref="preferences.html#startup">Startup Preferences</a> panel.
39   </p>
40   <p>
41     <em>Signs that Jalview is Running out of Memory</em><br /> If
42     Jalview has not explicitly told you that it has run out of memory,
43     then a common sign is that a function that normally works seems to
44     have no effect when working with a larger set of sequences (this
45     might include open dialog boxes for saving PNG files, or when
46     interpreting the result of a web service calculation).
47   </p>
48   <p>
49     <em>Jalview Memory Usage Monitor</em>: If you are concerned about
50     memory, or think that things might be behaving strangely because of
51     a shortage of memory, then you can check this by enabling the memory
52     usage monitor. This is done by selecting the <strong>Tools&#8594;Show
53       Memory Usage</strong> option. Once enabled, the memory usage monitor
54     displays the currently available memory, the total memory, and the
55     percentage free at the bottom left hand side of the Jalview Desktop
56     window's background.
57   </p>
58   <p>
59     <em>Increasing the memory available to Jalview</em><br /> The
60     amount of memory allocated is defined wheb Jalview is launched
61     because of the way that Java runs on a computer - what is actually
62     run is a program called a Java virtual machine (a JVM) which
63     executes the java program instructions. The JVM has limits on the
64     memory that can be allocated to the java program - and it is often
65     necessary to adjust them if you are working with particularly large
66     datasets, or need to make room for other processes on the machine.<br />
67     <br />Jalview 2.11 includes a launcher that automatically
68     configures the proportion of memory allocated to Jalview's JVM. By default it requests up to 90% of available memory whilst ensuring that at least 0.5G is available to the operating system and at least 0.5G is available to the Java runtime platform, or a specified 'maximum memory limit' - which ever is smaller. The amount of memory requested can be altered in a number of different ways:
69   </p>
70
71   <ul>
72     <li><em><font size="3">Jalview's Startup
73           Preferences panel</font></em> <br /> The easiest way to launch Jalview
74       with a different percentage of physical memory available is to
75       adjust your user preferences via the <a
76       ref="preferences.html#startup">Startup Preferences</a> panel.</li>
77     <li><em><font size="3">JVL file</font></em> <br />Another way
78       to adjust launch settings is with a text file with extension <em>.jvl</em>
79       and a single line to specify the percentage of memory you wish
80       Jalview to request: <pre>
81       jalview.jvmmempc=50</pre> In Windows and in macOS you can then launch
82       Jalview by double clicking on this file, and your memory setting
83       will be used instead of the default value. <br /> <br /> In
84       Linux or other unix variants you can launch Jalview on the command
85       line and provide your JVL file as an argument with <pre>
86       /PATH_TO_JALVIEW/Jalview /path/to/file/mymemorysetting.jvl</pre> If you
87       want to use a memory setting like this and open a file you can use
88       both the jvl and alignment files as command line arguments, but
89       you must put the <em>jvl</em> file first, e.g. <pre>
90       /PATH_TO_JALVIEW/Jalview /path/to/file/mymemorysetting.jvl /path/to/alignments/myalignment.fa</pre>
91       Alternatively, you can use the standard Jalview command line
92       arguments with or without the jvl file (first), e.g. <pre>
93        /PATH_TO_JALVIEW/Jalview /path/to/file/mymemorysetting.jvl -open https://www.jalview.org/examples/jpred_msa.fasta -annotations https://www.jalview.org/examples/jpred_msa.seq.concise -colour Clustal</pre>
94       You can use command line arguments to control memory settings in
95       Windows and macOS too: <br /> In Windows you must use, e.g. <pre>
96       \PATH_TO_JALVIEW\Jalview.exe %HOMEPATH%\mymemorysetting.jvl -open %HOMEPATH%\myalignment.fa</pre>
97       In macOS you can use the macOS <em>open</em> command like this: <pre>
98       open /Applications/Jalview.app --args ~/mymemorysetting.jvl -open ~/myalignment.fa</pre><em>(put
99         all the Jalview arguments <em>after</em> the --args parameter)
100     </em><br />
101     <br /></li>
102     <li><em><font size="3">Maximum memory limit</em><br/>
103       Since 2.11.1.0, Jalview's configuration includes a 'maximum memory limit':
104       <pre>jalview.jvmmemmax = 32G</pre>
105       Adjusting this default (via a JVL file, above) will allow larger amounts (or can limit the amount) of memory to be allocated to Jalview in conjunction with the jalview.jvmmempc setting. 
106       <br/><br/>
107     </li>
108     <li><em><font size="3"><a name="jar">Command line arguments when using the executable jar (jalview-all.jar) or jalview.bin.Launcher</a></em><br/>
109       If you are using the Jalview standalone executable jar (usually named <em>jalview-all-....jar</em> with a Jalview and Java version designation) or using <em>jalview.bin.Launcher</em> to start Jalview,
110       then you can set the <em>jvmmempc</em> and <em>jvmmemmax</em> values using application command line arguments <em>-jvmmempc=PERCENT</em>
111       and <em>-jvmmemmax=MAXMEMORY</em> respectively.  <em>PERCENT</em> should be an integer between 1 and 100, and MAXMEMORY should be an amount of memory in bytes, or you can append a "k", "m", "g", or "t" to use units of kilobytes, megabytes, gigabytes or terabytes, e.g.
112       <pre>java -jar jalview-all-2.11.1.0-j1.8.jar -jvmmempc=50 -jvmmemmax=20g</pre>
113       (this example will launch Jalview with a maximum heap size of the smaller of 20GB or 50% of physical memory detected).
114       <br/>The default value for jvmmempc is 90, whilst the default value for jvmmemmax is 32g if Jalview can determine a total physical memory size of the host system, and a more cautious 8g if Jalview is unable to determine a total physical memory size.
115       <br/><br/>
116     </li>
117     <li><em><font size="3"><a name="jvm"/>Directly opening Jalview
118           with a JVM</font></em> <br /> Launching Jalview directly with a JVM is
119       entirely possible, but is not recommended for regular interactive
120       use because it bypasses Jalview's launcher which also handles
121       automatic updates and configuration of other aspects of Jalview
122       operation. <br /> However by launching Jalview in this way you
123       have full access to the Java command line arguments. In particular
124       you can set the maximum allowed memory with the <em>-Xmx...</em>
125       JVM argument. <br /> <em>-Xmx</em> should be immediately followed
126       (no space or equals) by the maximum amount of memory specified in
127       bytes, or in kilobytes, megabytes or gigabytes by following the
128       number with a "k", "m" or "g" respectively. <br />For example: <pre>
129       -Xmx8g</pre>Jalview binaries for Windows and macOS are distributed
130       with their own JVM which you will find in
131       <ul>
132         <li><em>Windows:</em> .../Jalview/jre/bin/java.exe</li>
133         <li><em>macOS:</em>
134           .../Jalview.app/Contents/Resources/app/jre/Contents/Home/bin/java</li>
135       </ul> For linux and other unixes you will have to install a Java 1.8
136       JRE (we recommend the ones found at <a
137       href="https://adoptopenjdk.net">https://adoptopenjdk.net/</a>) <br />
138       <br /> You will also need to reference the "appdir" release
139       folder with all of the Jalview jar files.
140       <ul>
141         <li>On Windows this will be <pre>\PATH_TO_JALVIEW\release</pre>
142         </li>
143         <li>On macOS it will be <pre>/Applications/Jalview.app/Contents/Resources/app/release</pre>
144           and on linux or unix <pre>/PATH_TO_JALVIEW/release</pre>
145         </li>
146       </ul> Assuming the <em>java</em> (or <em>java.exe</em> on Windows)
147       commands are available to you, you can run, e.g. <pre>
148       java -Xmx1500m -cp "/PATH_TO_RELEASE_DIR/*" jalview.bin.Jalview
149       </pre> Or on Windows <pre>
150       java.exe -Xmx1500m -cp "\PATH_TO_RELEASE_DIR\*" jalview.bin.Jalview
151       </pre> <em>Note:</em> for this to work the classpath argument wildcard <strong>must</strong> be simply
152       a '*' and not '*.jar'. <br /> <br />
153       You can also add other <a href="features/commandline.html">Jalview
154         command line arguments</a> as above after the <em>jalview.bin.Jalview</em>
155       class name, but <strong>you cannot use <em>jvl</em> files
156     </strong> if launching Jalview in this way.</li>
157   </ul>
158 </body>
159 </html>