Ipexrun use jemalloc

pull/2088/head
Disty0 2023-08-21 17:21:55 +03:00
parent 93bf3bb263
commit 698c8d56cd
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ then
elif [[ "$@" == *"--use-ipex"* ]] && [[ -z "${first_launch}" ]] && [ -x "$(command -v ipexrun)" ] && [ -x "$(command -v sycl-ls)" ]
then
echo "Launching ipexrun launch.py..."
exec ipexrun --multi-task-manager 'taskset' launch.py "$@"
exec ipexrun --multi-task-manager 'taskset' --memory-allocator 'jemalloc' launch.py "$@"
else
echo "Launching launch.py..."
exec "${python_cmd}" launch.py "$@"

2
wiki

@ -1 +1 @@
Subproject commit 98e0a157af6a27f21de95787723ba8efd9927ced
Subproject commit 32fa2e71eda8393f886582693a466cdd241c7390