harry-plotter icon indicating copy to clipboard operation
harry-plotter copied to clipboard

Feature: Setting to adjust the plot process' priority

Open abueide opened this issue 4 years ago • 3 comments

so gamers can set it to low when gaming

abueide avatar May 24 '21 17:05 abueide

This would be great. I do not know if it possible, but pausing the jobs would also be great.

Last evening I was running photogrammetry and needed my plotting cores. There was no way to either pause the jobs or set a low priority so, it took a while.

In the first run there could be a dialogue asking:

  • "This is a dedicated plotter (set thread priority to normal)"
  • "Plot in the background (set thread priority to low)"

Nicehash has a "Game Mode". Perhaps a similar button could be implemented here, temporarily to set a low priority for the threads.

luotinen avatar May 25 '21 05:05 luotinen

Great ideas

abueide avatar May 25 '21 05:05 abueide

An old trick for CLI utilities that works great in the Powershell windows I used to use to run plots:

  1. Make sure that the QuickEdit Mode is turned ON (checked). Open the properties dialog by right clicking in the title bar of the window and choosing "Properties" then go to the "Options" tab. image

  2. When a plot was running and I wanted to pause it, I could simply select some text in the window (it doesn't matter what or how much): image This blocks the console output of the process and it will pause once the next bit of text gets written.

  3. Once I wanted the plotting to resume, I simply right clicked in the window to undo the selection and the process would continue on happily.

The "console" in HP doesn't do this, but a worked around would be to go into Task Manager and "Suspend" the chia.exe entries and resume them later. I guess having a button that does the suspend/resume within HP might be possible with some dev work, but I'm not positive.

KD7LRJ avatar Jun 05 '21 21:06 KD7LRJ