Bitsum Community Forum

General Category => Process Lasso => Topic started by: Pelle Positiivi on August 23, 2016, 09:39:45 PM

Title: Configure default I/O priorities has a wildcard path match issue
Post by: Pelle Positiivi on August 23, 2016, 09:39:45 PM
Hello,

Default CPU priorites with a path works: DefaultPriorities=g:\steamlibraryssd\steamapps\common\*,above normal
But default I/O priorities with a path doesn't work, tried the same exact path: DefaultIOPriorities=g:\steamlibraryssd\steamapps\common\*

I have this set: MatchWildcardsToPathnames=true

I tried default I/O priorities with a filename (without path), that works fine but with the path it doesn't. What gives?
Title: Re: Configure default I/O priorities is broken
Post by: BenYeeHua on August 24, 2016, 04:29:26 AM
Because you are missing the I/O Priority?
I only saw the path, not the I/O Priority that you want to set. ;)

It should be something like this. :)
DefaultIOPriorities=firefox.exe,3

---
Yup, tested with path that having wildcards, it is not working. ;D
Title: Re: Configure default I/O priorities is broken
Post by: Jeremy Collake on August 28, 2016, 12:11:00 PM
Thanks guys, I assume Ed documented this and forgot to reply here. I will be on this ASAP!
Title: Re: Configure default I/O priorities has a wildcard path match issue
Post by: edkiefer on August 28, 2016, 01:41:46 PM
I got distracted on this one, I did take quick look and because in I/O priority there not easy path additive (add button).
I meant to recheck afterwards.

Anyway, I can confirm real paths don't work in both priorities and I/O, you need just exe name.
Its in Goggledocs now.