bug#32416: nice command doesn't provide requested niceness

2018-08-12 Thread Bernhard Voelker
tag 32416 notabug close 32416 thanks On 08/12/2018 07:12 AM, andré wrote: > I tried > nice '-n 1' chromium-browser > it still gives niceness of 10 > > Maybe because each page has a separate process, and '-n 1' is lost ? > (every chromium process started has a niceness of 10) Maybe

bug#32416: nice command doesn't provide requested niceness

2018-08-11 Thread andré
Le 2018-08-11 à 02:12, Bernhard Voelker a écrit : On 08/10/2018 08:24 PM, andré wrote: nice -n 1 (command) .or. nice --adjustment=1 (command) produces niceness of 10 how do you check this? on a system with default niceness of 0 coreutils version 8.25 package coreutils-8.25-3.mga6.src.rpm

bug#32416: nice command doesn't provide requested niceness

2018-08-11 Thread Bernhard Voelker
On 08/10/2018 08:24 PM, andré wrote: > nice -n 1 (command) > .or. > nice --adjustment=1 (command) > > produces niceness of 10 how do you check this? > on a system with default niceness of 0 > coreutils version 8.25 > package coreutils-8.25-3.mga6.src.rpm compiled 2017-05-02 by Mageia > >

bug#32416: nice command doesn't provide requested niceness

2018-08-10 Thread andré
nice -n 1 (command) .or. nice --adjustment=1 (command) produces niceness of 10 on a system with default niceness of 0 coreutils version 8.25 package coreutils-8.25-3.mga6.src.rpm compiled 2017-05-02 by Mageia expected behavior : produce niceness of 1 -- André