X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Fmemory.html;h=1cb9596456117941b2b36f4ee20489f60bbdae11;hb=2273eba5668e5340354da60fed329c6c716cc439;hp=fd61f3e5095906c1de755617273b172df3ee22ae;hpb=a8f483d04205bb8273ee311c12968b7e86d205fa;p=jalview.git diff --git a/help/html/memory.html b/help/html/memory.html index fd61f3e..1cb9596 100755 --- a/help/html/memory.html +++ b/help/html/memory.html @@ -7,16 +7,18 @@ * * Jalview is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. * * Jalview is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Jalview. If not, see . + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . * The Jalview Authors are detailed in the 'AUTHORS' file. ---> + --> Memory Settings

@@ -43,24 +45,33 @@ The way you increase the memory settings for the JVM depends on which installation of Jalview you use:

    -
  • Web Start Version -

    JavaWS sets the JVM parameters through special tags in the JNLP file. You'll - need to make your own jnlp file and add the following parameter into the - <resources> element. -

    -<j2se version="1.5+" initial-heap-size="500M" max-heap-size="1000M"/>
    -
    - Save the jnlp file somewhere and then - if you start Jalview through your - web browser, point your browser at the file's url, othewise simply run javaws - with the file location as its argument. The file's url is something like :
    -
    +		
  • Web Start Version +

    + JavaWS sets the JVM parameters through special tags in the JNLP + file. You can obtain a JNLP file with modified memory settings from + our service with the following link (replace 2G with desired memory + in G or M):
    http://www.jalview.org/services/launchApp?jvm-max-heap=2G +

    +

    + Alternatively, if you want to create your own JNLP file then please + download the latest JNLP file from http://www.jalview.org/webstart/jalview.jnlp + and modify the max-heap-size parameter for the j2se tag in the + <resources> element. e.g. +

    +<j2se version="1.7+" initial-heap-size="500M" max-heap-size="1000M"/>
    +
    In both cases, you should save your new jnlp file somewhere and + then either point your web browser at the file's url, launch it from + your file browser, or from a terminal window run javaws (located in + your Java installation's bin directory) with the file location as its + argument. The file's url is something like :
     file://<full path to file>
    -
    - If jalview doesn't start up, see below. You'll have - to edit the above settings in the JNLP file using a text editor, save it, - and try starting Jalview with it once more. -

  • -
  • Install Anywhere version +
  • If jalview doesn't start up, see below. + You'll have to edit the above settings in the JNLP file using a text + editor, save it, and try starting Jalview with it once more. +

  • +
  • Install Anywhere version

    You need to change the InstallAnywhere configuration settings for the application. These are found in different places depending upon which operating system you have :