Skip to content

Commit

Permalink
upgrade to globi libs v0.25.8; related to globalbioticinteractions/gl…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Oct 2, 2023
1 parent 86f03e7 commit ac86ea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.jar.magic
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ exit

:BOF
@echo off
java -Xmx4G -XX:+UseG1GC %JAVA_OPTS% -cp "%~dpnx0" org.globalbioticinteractions.elton.Elton %*
java -Xmx8G -XX:+UseG1GC %JAVA_OPTS% -cp "%~dpnx0" org.globalbioticinteractions.elton.Elton %*
exit /B %errorlevel%
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>Discover, access, and review, species interaction data</description>

<properties>
<globi.version>0.25.6</globi.version>
<globi.version>0.25.8</globi.version>
<preston.version>0.3.9</preston.version>
<slf4j.version>1.7.30</slf4j.version>
<picocli.version>4.6.3</picocli.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/deb/bin/elton
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Launches Elton in JVM
#

java -Xmx4G -XX:+UseG1GC -cp "/usr/share/elton/lib/*" org.globalbioticinteractions.elton.Elton $@
java -Xmx8G -XX:+UseG1GC -cp "/usr/share/elton/lib/*" org.globalbioticinteractions.elton.Elton $@

0 comments on commit ac86ea8

Please sign in to comment.