java - How set priority to intellij idea process? -


i want set priority "below normal" idea64.exe process , descendants. want setting retained permanently , not want set every time run idea. there intellij idea settings doing this?

you can creating shortcut below command:

c:\windows\system32\cmd.exe /c "start /belownormal notepad.exe" 

for idea this:

c:\windows\system32\cmd.exe /c "start /belownormal c:\"program files (x86)"\jetbrains\"intellij idea 13.1.1"\bin\idea64.exe"  

other options:

/low /belownormal /normal /abovenormal /high /realtime  

Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -