Selur's Little Message Board
Processing slow in background - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Processing slow in background (/thread-3524.html)



Processing slow in background - Sky333 - 30.12.2023

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


RE: Processing slow in background - Selur - 30.12.2023

Hybrid by default runs everything in idle mode (niceness = -19).
If you create a misc.ini:
[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


RE: Processing slow in background - Sky333 - 30.12.2023

That worked great, thanks.