mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-07 07:12:52 +02:00
add jemalloc
This commit is contained in:
parent
6ceb8eac97
commit
4f07599992
2 changed files with 2 additions and 1 deletions
|
@ -17,3 +17,4 @@ dependencies:
|
|||
- conda-forge::inja=3.3.0
|
||||
- conda-forge::libhiredis=1.3.0
|
||||
- conda-forge::nlohmann_json=3.12.0
|
||||
- conda-forge::jemalloc=5.3.0
|
||||
|
|
|
@ -162,5 +162,5 @@ fi
|
|||
|
||||
export GLIBCXX_FORCE_NEW=1
|
||||
export GLIBCPP_FORCE_NEW=1
|
||||
export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libjemalloc.so.2"
|
||||
export LD_PRELOAD="/opt/conda/envs/central_controller/lib/libjemalloc.so.2"
|
||||
exec /usr/local/bin/zerotier-one -p${ZT_CONTROLLER_PORT:-$DEFAULT_PORT} /var/lib/zerotier-one
|
||||
|
|
Loading…
Add table
Reference in a new issue