You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3624 Move jemalloc to an LD_PRELOAD
Linking will become an issue for the unified build and it is an issue for jemalloc 5.x. Instead we will LD_PRELOAD on the forked ColumnStore specific processes.
This commit is contained in:
@ -49,7 +49,7 @@ if [ $vflg -gt 0 ]; then
|
||||
fi
|
||||
|
||||
while [ $keep_going -ne 0 ]; do
|
||||
$exename $args
|
||||
LD_PRELOAD=libjemalloc.so $exename $args
|
||||
if [ -e ${lopt}/StopColumnstore ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
Reference in New Issue
Block a user