Skip to content

Commit

Permalink
trinity: Remove -XX:MaxPermSize=2G from _JAVA_OPTIONS
Browse files Browse the repository at this point in the history
Version 2.15.1 of Trinity no longer accepts the deprecated Java option `-XX:MaxPermSize`.

For more information, see issues galaxyproject/usegalaxy-tools#630 and usegalaxy-eu/issues#473
  • Loading branch information
kysrpex committed Sep 20, 2023
1 parent 3c3c45e commit b430546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,10 @@ tools:
env:
_JAVA_OPTIONS: -XX:MaxPermSize=2G -Xmx{int(mem)}G -Xms1G -Djava.io.tmpdir=/data/2/galaxy_db/tmp -Duser.home=/data/2/galaxy_db/tmp
rules:
- if: helpers.tool_version_gte(tool, '2.15.1')
# see usegalaxy-eu/issues#473: https://github.com/usegalaxy-eu/issues/issues/473
env:
_JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G -Djava.io.tmpdir=/data/2/galaxy_db/tmp -Duser.home=/data/2/galaxy_db/tmp

Check failure on line 742 in files/galaxy/tpv/tools.yml

View workflow job for this annotation

GitHub Actions / Lint

742:8 syntax error: found character '\t' that cannot start any token (syntax)
- if: 0.1 <= input_size < 1
cores: 20
mem: 100
Expand Down

0 comments on commit b430546

Please sign in to comment.