mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 23:00:15 +02:00
Add default value for BLAZE_MEMORY_CAP
Co-authored-by: Tobias Kussel <TKussel@users.noreply.github.com>
This commit is contained in:
committed by
Torben Brenner
parent
b5ef856f12
commit
3777d4bf05
@ -8,7 +8,7 @@ services:
|
||||
container_name: bridgehead-bbmri-blaze
|
||||
environment:
|
||||
BASE_URL: "http://bridgehead-bbmri-blaze:8080"
|
||||
JAVA_TOOL_OPTIONS: "-Xmx${BLAZE_MEMORY_CAP}m"
|
||||
JAVA_TOOL_OPTIONS: "-Xmx${BLAZE_MEMORY_CAP:-4096}m"
|
||||
DB_BLOCK_CACHE_SIZE: $BLAZE_MEMORY_CAP
|
||||
ENFORCE_REFERENTIAL_INTEGRITY: "false"
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user