dlstreamer/pipeline-server

Memory leak on pipeline stop

Closed this issue · 1 comments

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.

  1. Install libjemalloc-dev package
  2. Enable with LD_PRELOAD=libjemalloc.so

This issue will be fixed in the next release.

Fixed in v0.7.2.