enabling heaptrack
This commit is contained in:
parent
6d16284abf
commit
ad8b1798e8
|
@ -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
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Reference in New Issue