fix: increase Neo4j memory limits to resolve transaction threshold error

Add NEO4J_dbms_memory_transaction_total_max=4G and
NEO4J_server_memory_heap_max__size=4G to prevent
"dbms.memory.transaction.total.max threshold reached" errors.
This commit is contained in:
2026-02-22 08:33:11 +00:00
parent b7fdb3c5a3
commit 0b9930c9b7

View File

@@ -16,6 +16,12 @@ services:
- SYS_MODULE - SYS_MODULE
restart: unless-stopped restart: unless-stopped
# === Neo4j memory tuning ===
database:
environment:
- NEO4J_dbms_memory_transaction_total_max=4G
- NEO4J_server_memory_heap_max__size=4G
# === Infrahub === # === Infrahub ===
message-queue: message-queue:
ports: !override ports: !override