enabling heaptrack

This commit is contained in:
Gabriel mermelstein 2024-05-16 19:31:37 +02:00
parent 6d16284abf
commit ad8b1798e8
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env
# Services definitions
services:
nwaku:
image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:v0.27.0}
image: ${NWAKU_IMAGE:-gabrielmer/heaptrack:test}
restart: on-failure
ports:
- 30304:30304/tcp

View File

@ -59,7 +59,7 @@ if [ -n "${STORAGE_SIZE}" ]; then
STORE_RETENTION_POLICY=--store-message-retention-policy=size:"${STORAGE_SIZE}"
fi
exec /usr/bin/wakunode\
exec /heaptrack/build/bin/heaptrack /usr/bin/wakunode\
--relay=true\
--filter=true\
--lightpush=true\