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 definitions
|
||||||
services:
|
services:
|
||||||
nwaku:
|
nwaku:
|
||||||
image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:v0.27.0}
|
image: ${NWAKU_IMAGE:-gabrielmer/heaptrack:test}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- 30304:30304/tcp
|
- 30304:30304/tcp
|
||||||
|
|
|
@ -59,7 +59,7 @@ if [ -n "${STORAGE_SIZE}" ]; then
|
||||||
STORE_RETENTION_POLICY=--store-message-retention-policy=size:"${STORAGE_SIZE}"
|
STORE_RETENTION_POLICY=--store-message-retention-policy=size:"${STORAGE_SIZE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec /usr/bin/wakunode\
|
exec /heaptrack/build/bin/heaptrack /usr/bin/wakunode\
|
||||||
--relay=true\
|
--relay=true\
|
||||||
--filter=true\
|
--filter=true\
|
||||||
--lightpush=true\
|
--lightpush=true\
|
||||||
|
|
Loading…
Reference in New Issue