X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=help%2Fhelp%2Fhtml%2Fmemory.html;h=80bffa331cff12eacf38405ac301b6af580cc54e;hp=81190a90dd764b318f3ab2736e7497f05b50d7b0;hb=2f160359d38a4d475b0f96eb7da61f823d9ef7bd;hpb=03c3f8e7a5593159371fd91fdf30d9f246961da5 diff --git a/help/help/html/memory.html b/help/help/html/memory.html index 81190a9..80bffa3 100755 --- a/help/help/html/memory.html +++ b/help/help/html/memory.html @@ -90,7 +90,16 @@
  • Maximum memory limit
    Since 2.11.1.0, Jalview's configuration includes a 'maximum memory limit':
    jalview.jvmmemmax = 32G
    - Adjusting this default (via a JVL file, above) will allow larger amounts of memory to be allocated to Jalview in connjunction with the jalview.jvmmempc setting. + 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. +

    +
  • +
  • Command line arguments when using the executable jar (jalview-all.jar)
    + If you are using the Jalview standalone executable jar, (usually named jalview-all-....jar with a Jalview and Java version designation), + then you can set the jvmmempc and jvmmemmax values using application command line arguments -jvmmempc=N + and -jvmmemmax=M respectively, e.g. +
    java -jar jalview-all-2.11.1.0-j1.8.jar -jvmmempc=50 -jvmmemmax=20g
    + (this example will launch Jalview with a maximum heap size of the smaller of 20GB or 50% of physical memory detected). +

  • Directly opening Jalview with a JVM
    Launching Jalview directly with a JVM is