comparison 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
comparison
equal deleted inserted replaced
0:f66af2b04a98 1:5d0c44bc354d
13 13
14 14
15 General Requirements 15 General Requirements
16 -------------------- 16 --------------------
17 17
18 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: 18 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:
19 19
20 export _JAVA_OPTIONS='-Xmx1500M' 20 export _JAVA_OPTIONS='-Xmx1500M'
21
22 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:
23
24 export _JAVA_OPTIONS='-Xmx1500M -XX:MaxPermSize=256M'
25 21
26 It is also possible to set this on a per tool basis using advanced features of the galaxy job config system. 22 It is also possible to set this on a per tool basis using advanced features of the galaxy job config system.
27 23
28 24
29 License 25 License