Compare commits

...

3 Commits

Author SHA1 Message Date
c1a2d7ed0d Merge pull request 'fix: augmenter les limites mémoire Neo4j pour résoudre l'erreur de seuil transactionnel' (#2) from fix/neo4j-memory-config into main
Reviewed-on: #2
2026-02-22 08:39:48 +00:00
10f4b0a28a fix: merge database blocks to avoid duplicate YAML key
Combine Neo4j memory tuning and port override into a single
database service block.
2026-02-22 08:33:28 +00:00
0b9930c9b7 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.
2026-02-22 08:33:11 +00:00

View File

@@ -21,6 +21,9 @@ services:
ports: !override
[]
database:
environment:
- NEO4J_dbms_memory_transaction_total_max=4G
- NEO4J_server_memory_heap_max__size=4G
ports: !override
[]
infrahub-server: