Skip to content

Add LD_PRELOAD variable in unicorn and sidekiq services

thedudeabides requested to merge jemalloc into master

This change was added upstream in https://github.com/diaspora/diaspora/pull/7919 and will presumably drop the Sidekiq memory usage https://github.com/diaspora/diaspora/issues/6763#issuecomment-434905270

Find the path with:

ldconfig  -p | grep jemalloc | tr ' ' '\n' | grep '^/' | head -1
Edited by thedudeabides

Merge request reports

Loading