logic 没事就overload的解决办法
转过来的 大家研究一下
you need to use a script , it's a logic bug :
Make this scipt :
tell application "Logic Pro"
run
end tell
set the_lines to paragraphs of (do shell script "ps -U $USER")
set the_app to "Logic Pro"
set the_line to ""
repeat with this_line in the_lines
if this_line contains the_app then
set the_line to this_line
end if
end repeat
if the_line is "" then return
set the_pid to word 1 of the_line
do shell script "renice -20 " & the_pid password "[my password]" with administrator privileges
观众反应