RIO: gauge confs to priority=higher,higher
highest,highest (HIGH_PRIORITY_CLASS) starved the host desktop; with the v3 idle-window and v4 retry patches a rare dropout self-recovers, so ABOVE_NORMAL both ways is the better trade. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,8 +3,10 @@ output=opengl
|
||||
# keep scheduling priority when unfocused -- the default (higher,normal)
|
||||
# demotes DOSBox in the background, adding latency that blows the RIO's
|
||||
# few-ms ACK deadline (confirmed: hands-off run = zero dropouts).
|
||||
# highest = HIGH_PRIORITY_CLASS (higher,higher still showed a dropout).
|
||||
priority=highest,highest
|
||||
# higher,higher not highest: HIGH_PRIORITY_CLASS starved the host desktop;
|
||||
# with the retry patches (v3 33ms idle window + v4 0.5s retry) a rare
|
||||
# dropout self-recovers, so ABOVE_NORMAL both ways is the better trade.
|
||||
priority=higher,higher
|
||||
[dosbox]
|
||||
memsize=32
|
||||
machine=svga_s3
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
[sdl]
|
||||
output=opengl
|
||||
priority=highest,highest
|
||||
# higher,higher not highest: HIGH_PRIORITY_CLASS starved the host desktop;
|
||||
# with the retry patches a rare dropout self-recovers (see gauge_rio.conf).
|
||||
priority=higher,higher
|
||||
[dosbox]
|
||||
memsize=32
|
||||
machine=svga_s3
|
||||
|
||||
Reference in New Issue
Block a user