Bitsum Community Forum

General Category => Process Lasso => Topic started by: mako on March 26, 2024, 07:03:46 AM

Title: setting priority classes for background processes
Post by: mako on March 26, 2024, 07:03:46 AM
hi all, i've been using process lasso and been seeing a lot of tips saying that i should set the priority class of background processes lower rather than setting other processes to a higher priority.

i'm unsure of which process i'm safely able to set to idle. is it safe to set all processes to idle, or are there certain processes i need to avoid touching? if so do let me know

thanks!  ;D
Title: Re: setting priority classes for background processes
Post by: Jeremy Collake on March 27, 2024, 11:58:17 AM
Generally, you don't *need* to do that, and should just let ProBalance handle it automatically.

That said, if you do set idle priority for some processes, I'd focus on the ones that are likely to be impactful. To determine that, you can sort by the CPU time column and see which are even consuming CPU. Then you can look at those and try to assess which are non-critical. Be careful of modifying system services that running applications might depend on and avoid tampering with security related services since their system-wide hooks can be blocking. ProBalance takes all that into consideration already and gets tuning updates.
Title: Re: setting priority classes for background processes
Post by: scotts on May 08, 2024, 12:01:47 PM
What if I wanted to give 1 process high CPU priority, and all other processes Below Normal priority?
I can create a Profile for the 1 process, but will Pro Balance give all other processes below normal priority?
Title: Re: setting priority classes for background processes
Post by: Jeremy Collake on May 09, 2024, 06:21:54 AM
ProBalance would reduce the priorities of other processes when it deems necessary to protect system responsiveness, and wouldn't touch your high priority process.

If you want a permanent below normal for all other processes, you can create a CPU priority rule with an all-inclusive wildcard (e.g. "*\program files\*") and place it after the high priority rule in the 'Options / CPU / CPU Priorities...' dialog.

However, I recommend targeted rules, meaning only set permanent below normal priorities for processes where that makes sense.
Title: Re: setting priority classes for background processes
Post by: scotts on May 09, 2024, 03:32:39 PM
Got it, thank you.