Hotfix/sangshuduo/td 3973 use jemalloc for master (#6765)
* [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * fix conflicts * make install works. * fix conflicts. * release script works. * fix typo * [TD-3937]<feature>: support jemalloc add install funtion to all scripts. * adjust install_jemalloc() position for check compatibility. * fix position bug. Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
This commit is contained in:
parent
c7a1fd0a26
commit
1d25f5f6be
|
@ -785,6 +785,7 @@ function update_TDengine() {
|
||||||
fi
|
fi
|
||||||
install_jemalloc
|
install_jemalloc
|
||||||
tar -zxf taos.tar.gz
|
tar -zxf taos.tar.gz
|
||||||
|
install_jemalloc
|
||||||
|
|
||||||
# Check if version compatible
|
# Check if version compatible
|
||||||
if ! is_version_compatible; then
|
if ! is_version_compatible; then
|
||||||
|
|
|
@ -754,6 +754,7 @@ function update_PowerDB() {
|
||||||
fi
|
fi
|
||||||
install_jemalloc
|
install_jemalloc
|
||||||
tar -zxf power.tar.gz
|
tar -zxf power.tar.gz
|
||||||
|
install_jemalloc
|
||||||
|
|
||||||
# Check if version compatible
|
# Check if version compatible
|
||||||
if ! is_version_compatible; then
|
if ! is_version_compatible; then
|
||||||
|
|
Loading…
Reference in New Issue