Selur's Little Message Board

Full Version: Processing slow in background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Perhaps someone can help me with this issue. When processing a file in hybrid, I must leave the hybrid program in the foreground, otherwise the processing speed drops in half or more. This can be a bit tricky to always leave hybrid in view on top of the desktop when trying to work on other aspects of a project. Is there a setting that must be enabled such that the processing speed of hybrid is the same whether the program is in the foreground or background? Any assistance or suggestions would be much appreciated.

OS - Windows 11 - Advance system set to adjust for best performance of Programs
Hybrid - latest build
Hybrid by default runs everything in idle mode (niceness = -19).
If you create a misc.ini:
Code:
[General]
niceness=-19
in the Hybrid folder, you can overwrite the value.
I suspect that will help. If a sub-job is started, you can also right-click on it and change it's priority.

Cu Selur
That worked great, thanks.