From 750c116fd45133a73acd57639c8a4bdbce57578d Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 5 Sep 2018 14:28:50 +0100 Subject: [PATCH] JAL-3091 release notes for updated memory settings --- help/html/memory.html | 13 ++++++++++++- help/html/whatsNew.html | 24 ++++++++++++++++++------ 2 files changed, 30 insertions(+), 7 deletions(-) diff --git a/help/html/memory.html b/help/html/memory.html index 2142f98..9437a60 100755 --- a/help/html/memory.html +++ b/help/html/memory.html @@ -115,7 +115,7 @@ lax.nl.java.option.java.heap.size.initial=500m ! <string>-Xms2M</string> ! <string>-Xmx64M</string> </array> - Exchange the above two string tags for :
+
Exchange the above two string tags for :
 <string>-Xms500M</string>
 <string>-Xmx1000M</string>
 
@@ -125,6 +125,11 @@ lax.nl.java.option.java.heap.size.initial=500m the file and try to start Jalview in the normal way. If it doesn't start, see below... +

+ Please Note: We do modify the default memory settings in + Jalview from time to time, so you may find different numbers to + those shown in the examples above. +

Jalview doesn't start... What do the memory settings mean ? @@ -140,6 +145,12 @@ lax.nl.java.option.java.heap.size.initial=500m enlighten us if you know better!). Our experiments found 1000m to be the biggest setting that could be used on a 1GB machine. Just try reducing the sizes until Jalview starts up properly!

+

+ We increased the default memory in Jalview 2.10.5 to 1G. To launch + Jalview with the pre 2.10.5 default memory allocation, use the Jalview + 256MB JNLP. +

 

diff --git a/help/html/whatsNew.html b/help/html/whatsNew.html index 4dfc54e..1e4fbd0 100755 --- a/help/html/whatsNew.html +++ b/help/html/whatsNew.html @@ -30,6 +30,12 @@ patches for users working with Ensembl, and RNA secondary structure annotation.

The full list of bugs fixed in this release can be found in the 2.10.5 Release Notes. The majority of improvement in 2.10.5 are due to Jalview users + href="releases.html#Jalview.2.10.5">2.10.5 Release Notes. The + majority of improvement in 2.10.5 are due to Jalview users contacting us via the jalview-discuss email list. Thanks to everyone - who took the time to do this !

-

Jalview and Java 10

+ who took the time to do this ! +

+

+ Jalview and Java 10 +

This release addresses a critical bug for OSX users who are running Jalview with Java 10 which can prevent files being saved - correctly through the 'Save As' dialog box. The 'Save As' dialog for - Jalview's Groovy Console remains affected - we hope to address this - in the next major release.

+ correctly through the 'Save As' dialog box.

+

The 'Save As' dialog for Jalview's Groovy Console remains + affected: the workaround is to create a new file outside of Jalview + and then select it when saving your groovy script. We hope to + address this in the next major release.

-- 1.7.10.2