Mercurial > repos > galaxyp > reactome_pathwaymatcher
diff README.rst @ 1:5d0c44bc354d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/pathwaymatcher commit 7e04827e48352f6b28cf2e2c93a89a270e5bf026
author | galaxyp |
---|---|
date | Wed, 04 Jul 2018 04:28:07 -0400 |
parents | f66af2b04a98 |
children | 9a599f278852 |
line wrap: on
line diff
--- a/README.rst Wed Jun 20 14:21:10 2018 -0400 +++ b/README.rst Wed Jul 04 04:28:07 2018 -0400 @@ -15,14 +15,10 @@ General Requirements -------------------- -This tool requires a Java runtime 1.6 or greater to work. To avoid out of memory errors you should set the maximum heapspace for java processes as the default is most likely too small. For example, to set this in your shell: +This tool requires a Java runtime 1.8 or greater to work. To avoid out of memory errors you should set the maximum heapspace for java processes as the default is most likely too small. For example, to set this in your shell: export _JAVA_OPTIONS='-Xmx1500M' -On some systems you may also need to adjust the amount of memory available for class definitions in addition to the maximum heapspace. For example: - - export _JAVA_OPTIONS='-Xmx1500M -XX:MaxPermSize=256M' - It is also possible to set this on a per tool basis using advanced features of the galaxy job config system.