refactor: optimize memory usage of blaze

This commit is contained in:
Torben Brenner
2024-02-20 15:15:49 +01:00
parent 8854670f4d
commit 7d07c0623d
4 changed files with 15 additions and 3 deletions

View File

@ -8,8 +8,8 @@ services:
container_name: bridgehead-bbmri-blaze
environment:
BASE_URL: "http://bridgehead-bbmri-blaze:8080"
JAVA_TOOL_OPTIONS: "-Xmx4g"
LOG_LEVEL: "debug"
JAVA_TOOL_OPTIONS: "-Xmx${BLAZE_MEMORY_CAP}m"
DB_BLOCK_CACHE_SIZE: $BLAZE_MEMORY_CAP
ENFORCE_REFERENTIAL_INTEGRITY: "false"
volumes:
- "blaze-data:/app/data"