Skip to content

Commit f18c994

Browse files
committed
User JVM 25 for adhoc
1 parent 90e7153 commit f18c994

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/resources/adhoc-benchmark-docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
services:
22
deephaven:
3-
image: ${DOCKER_IMG}
3+
image: ghcr.io/stanbrub/server:jvm25
44
ports:
55
- "${DEEPHAVEN_PORT:-10000}:10000"
66
volumes:
77
- ./data:/data
88
- ./minio:/minio
99
environment:
10+
- "JAVA_OPTS=-XX:+UseG1GC"
1011
- "START_OPTS=-DAuthHandlers=io.deephaven.auth.AnonymousAuthenticationHandler ${CONFIG_OPTS}"
1112
- "DEEPHAVEN_HOST_OS_DIR=${ENV_DEEPHAVEN_HOST_OS_DIR}"
1213

0 commit comments

Comments
 (0)