Skip to content

Commit

Permalink
User newer version of a JRE for Blazegraph (#5110)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas committed Aug 19, 2024
1 parent bcdbe1e commit 710e1bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import scala.concurrent.duration.DurationInt
import scala.jdk.DurationConverters.ScalaDurationOps

class BlazegraphContainer
extends GenericContainer[BlazegraphContainer](DockerImageName.parse("bluebrain/blazegraph-nexus:2.1.6-RC")) {
extends GenericContainer[BlazegraphContainer](DockerImageName.parse("bluebrain/blazegraph-nexus:2.1.6-RC-21-jre")) {
addEnv("JAVA_OPTS", "-Djava.awt.headless=true -XX:MaxDirectMemorySize=64m -Xmx256m -XX:+UseG1GC")
addExposedPort(9999)
setWaitStrategy(Wait.forHttp("/blazegraph").forStatusCode(200))
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/docs/delta/api/assets/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://bluebrain.github.io/nexus/contexts/version.json",
"delta": "1.10.0",
"dependencies": {
"blazegraph": "2.1.6-RC",
"blazegraph": "2.1.6-RC-21-jre",
"postgresql": "16.4",
"elasticsearch": "8.14.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
POSTGRES_PASSWORD: "postgres"

blazegraph:
image: bluebrain/blazegraph-nexus:2.1.6-RC
image: bluebrain/blazegraph-nexus:2.1.6-RC-21-jre
environment:
JAVA_OPTS: "-Djava.awt.headless=true -XX:MaxDirectMemorySize=64m -Xmx512m -XX:+UseG1GC"
ports:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ services:
memory: 4G

blazegraph:
image: bluebrain/blazegraph-nexus:2.1.6-RC
image: bluebrain/blazegraph-nexus:2.1.6-RC-21-jre
environment:
JAVA_OPTS: "-DjettyXml=/config/jetty.xml -Djava.awt.headless=true -XX:MaxDirectMemorySize=300m -Xms4g -Xmx4g -XX:+UseG1GC"
ports:
Expand Down

0 comments on commit 710e1bc

Please sign in to comment.