mirror of https://github.com/vladmandic/automatic
Ipexrun use jemalloc
parent
93bf3bb263
commit
698c8d56cd
2
webui.sh
2
webui.sh
|
|
@ -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
2
wiki
|
|
@ -1 +1 @@
|
|||
Subproject commit 98e0a157af6a27f21de95787723ba8efd9927ced
|
||||
Subproject commit 32fa2e71eda8393f886582693a466cdd241c7390
|
||||
Loading…
Reference in New Issue