Problem with running blender as a python module

Just wanted to mention a workaround that doesn’t involve rebuilding without jemalloc support:

LD_PRELOAD=/usr/lib/libjemalloc.so.2 python

2 Likes