Memory leak on pipeline stop
Closed this issue · 1 comments
whbruce commented
Approx 10 MB is not released each time a pipeline stops. This will be a problem for applications that frequently start and stop pipelines.
A simple workaround is to use jemalloc memory allocator.
- Install libjemalloc-dev package
- Enable with LD_PRELOAD=libjemalloc.so
This issue will be fixed in the next release.
whbruce commented
Fixed in v0.7.2.