@@ -6,8 +6,8 @@ networks:
6
6
ipam :
7
7
driver : default
8
8
config :
9
- - subnet : 172.19.254.64 /26
10
- gateway : 172.19.254.65
9
+ - subnet : 172.19.254.128 /26
10
+ gateway : 172.19.254.129
11
11
volumes :
12
12
home :
13
13
driver_opts :
@@ -49,7 +49,7 @@ services:
49
49
networks :
50
50
wres_net :
51
51
persister :
52
- image : " ${DOCKER_REGISTRY}/wres/wres-redis:20250206-4273062 "
52
+ image : " ${DOCKER_REGISTRY}/wres/wres-redis:20250311-3bce492 "
53
53
restart : always
54
54
volumes :
55
55
# For the job data
@@ -66,7 +66,7 @@ services:
66
66
tasker :
67
67
ports :
68
68
- " 443:8443"
69
- image : " ${DOCKER_REGISTRY}/wres/wres-tasker:20250205-3d690e0 "
69
+ image : " ${DOCKER_REGISTRY}/wres/wres-tasker:20250311-b792469 "
70
70
restart : always
71
71
depends_on :
72
72
broker :
@@ -102,7 +102,7 @@ services:
102
102
- " 5671:5671"
103
103
- " 15671:15671"
104
104
- " 15691:15691"
105
- image : " ${DOCKER_REGISTRY}/wres/wres-broker:20250206-4273062 "
105
+ image : " ${DOCKER_REGISTRY}/wres/wres-broker:20250311-3bce492 "
106
106
restart : always
107
107
volumes :
108
108
# For certificates and keys that correspond to them:
@@ -130,7 +130,7 @@ services:
130
130
healthcheck :
131
131
start_period : 5m
132
132
worker :
133
- image : " ${DOCKER_REGISTRY}/wres/wres-worker:20250206-4242541 "
133
+ image : " ${DOCKER_REGISTRY}/wres/wres-worker:20250311-b792469 "
134
134
restart : always
135
135
depends_on :
136
136
broker :
@@ -164,10 +164,10 @@ services:
164
164
# administrator to run the migration(s) during or after deployment.
165
165
# Write heap dumps to the root of the volume above.
166
166
# Override the broker address and port in the binding URL of the event.properties.
167
- - INNER_JAVA_OPTS=-Xmx8192m -Xms8192m -Dwres.maxPoolSize=13 -Dlogback.configurationFile=/opt/inner_logback.xml -Dwres.startBroker=false -Dwres.enableServerCache=false -Dwres.eventsBrokerAddress=eventsbroker -Dwres.eventsBrokerPort=5673 -Dwres.externalGraphics=true -Dwres.externalNumerics=true -Dwres.featureBatchSize=1 -Dwres.useDatabase=true -Dcom.redhat.fips=false -Djava.io.tmpdir=/mnt/wres_share/evaluations -Dwres.databaseHost=${WRES_DB_FQDN} -Dwres.certificateFileToTrust=${WRES_DB_CA_FILE} -Dwres.wrdsCertificateFileToTrust=${WRDS_CA_FILE} -Dwres.databaseName=wres8 -Dwres.username=wres_user8 -Dwres.attemptToMigrate=false -XX:HeapDumpPath=/mnt/wres_share/heap_dumps/wres -XX:OnOutOfMemoryError='mv /mnt/wres_share/heap_dumps/wres/java_pid%p.hprof /mnt/wres_share/heap_dumps/wres/java_pid%p_$$CON_HOSTNAME.hprof; chmod 775 /mnt/wres_share/heap_dumps/wres/java_pid%p_$$CON_HOSTNAME.hprof' -XX:StartFlightRecording=settings=wres_jfr,maxsize=1280m,dumponexit=true,filename=/mnt/wres_share/heap_dumps/wres/$$CON_HOSTNAME -XX:FlightRecorderOptions=repository=/mnt/wres_share/heap_dumps/wres/$$CON_HOSTNAME/ -XX:+CrashOnOutOfMemoryError -Dtruststore=${DSTORE_TRUST_STORE} -Dtruststorepassword=${DSTORE_TRUST_STORE_PASS}
167
+ - INNER_JAVA_OPTS=-Xmx16g -Xms16g -Dwres.maxPoolSize=25 -Dwres.maximumPoolThreads=12 -Dlogback.configurationFile=/opt/inner_logback.xml -Dwres.startBroker=false -Dwres.enableServerCache=false -Dwres.eventsBrokerAddress=eventsbroker -Dwres.eventsBrokerPort=5673 -Dwres.externalGraphics=true -Dwres.externalNumerics=true -Dwres.featureBatchSize=1 -Dwres.useDatabase=true -Dcom.redhat.fips=false -Djava.io.tmpdir=/mnt/wres_share/evaluations -Dwres.databaseHost=${WRES_DB_FQDN} -Dwres.certificateFileToTrust=${WRES_DB_CA_FILE} -Dwres.wrdsCertificateFileToTrust=${WRDS_CA_FILE} -Dwres.databaseName=wres8 -Dwres.username=wres_user8 -Dwres.attemptToMigrate=false -XX:HeapDumpPath=/mnt/wres_share/heap_dumps/wres -XX:OnOutOfMemoryError='mv /mnt/wres_share/heap_dumps/wres/java_pid%p.hprof /mnt/wres_share/heap_dumps/wres/java_pid%p_$$CON_HOSTNAME.hprof; chmod 775 /mnt/wres_share/heap_dumps/wres/java_pid%p_$$CON_HOSTNAME.hprof' -XX:StartFlightRecording=settings=wres_jfr,maxsize=1280m,dumponexit=true,filename=/mnt/wres_share/heap_dumps/wres/$$CON_HOSTNAME -XX:FlightRecorderOptions=repository=/mnt/wres_share/heap_dumps/wres/$$CON_HOSTNAME/ -XX:+CrashOnOutOfMemoryError -Dtruststore=${DSTORE_TRUST_STORE} -Dtruststorepassword=${DSTORE_TRUST_STORE_PASS}
168
168
- LANG=C.UTF-8
169
169
# Shim JVM should have 64m max heap, core JVM should have 2560m max heap
170
- mem_limit : 12288m
170
+ mem_limit : 20480m
171
171
cap_drop :
172
172
- ALL
173
173
read_only : true
@@ -180,7 +180,7 @@ services:
180
180
- 5673
181
181
ports :
182
182
- 15673:15673
183
- image : " ${DOCKER_REGISTRY}/wres/wres-eventsbroker:20250206-4273062 "
183
+ image : " ${DOCKER_REGISTRY}/wres/wres-eventsbroker:20250311-3bce492 "
184
184
restart : always
185
185
volumes :
186
186
# For heap-dump files
@@ -206,7 +206,7 @@ services:
206
206
depends_on :
207
207
eventsbroker :
208
208
condition : service_started
209
- image : " ${DOCKER_REGISTRY}/wres/wres-graphics:20250205-3d690e0 "
209
+ image : " ${DOCKER_REGISTRY}/wres/wres-graphics:20250307-cabe830 "
210
210
restart : always
211
211
volumes :
212
212
# To write graphics outputs
@@ -228,7 +228,7 @@ services:
228
228
depends_on :
229
229
eventsbroker :
230
230
condition : service_started
231
- image : " ${DOCKER_REGISTRY}/wres/wres-writing:20250205-3d690e0 "
231
+ image : " ${DOCKER_REGISTRY}/wres/wres-writing:20250307-cabe830 "
232
232
restart : always
233
233
volumes :
234
234
# To write numeric outputs
0 commit comments