mirror of
https://github.com/logos-messaging/logos-messaging-test-query.git
synced 2026-01-07 16:33:09 +00:00
docker-compose-manual-binaries add MALLOC_CHECK_ debug possible crashes
This commit is contained in:
parent
fd1f70610d
commit
03bd17cdb1
@ -27,6 +27,7 @@ x-pg-environment: &pg_env
|
|||||||
POSTGRES_USER: *pg_user
|
POSTGRES_USER: *pg_user
|
||||||
POSTGRES_PASSWORD: *pg_pass
|
POSTGRES_PASSWORD: *pg_pass
|
||||||
PGDATA: /var/lib/postgresql/data/pgdata
|
PGDATA: /var/lib/postgresql/data/pgdata
|
||||||
|
MALLOC_CHECK_: 2 # Not directly related to Postgres. Helps debug possible crashes in nwaku node.
|
||||||
|
|
||||||
x-pg-exporter-env: &pg_exp_env
|
x-pg-exporter-env: &pg_exp_env
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user