AVENTER-UG / docker-matrix

docker image for matrix.org
https://riot.im/app/#/room/#dockermatrix:matrix.aventer.biz
GNU General Public License v2.0
93 stars 19 forks source link

Run synapse with jemalloc #34

Closed mvgorcum closed 5 years ago

mvgorcum commented 5 years ago

This change should decrease the memory usage of synapse by quite a lot. If you want to disable jemalloc, this can be done by adding -e LD_PRELOAD to the run command (effectively emptying the LD_PRELOAD environmental variable.)