Ipexrun use jemalloc

This commit is contained in:
Disty0
2023-08-21 17:21:55 +03:00
parent 93bf3bb263
commit 698c8d56cd
2 changed files with 2 additions and 2 deletions
+1 -1
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 "$@"
+1 -1
Submodule wiki updated: 98e0a157af...32fa2e71ed