ostep-homework icon indicating copy to clipboard operation
ostep-homework copied to clipboard

mlfq.py bug

Open monk-after-90s opened this issue 2 years ago • 2 comments

./mlfq.py -l 0,150,0:100,50,5:100,50,5 -q 10 -n 3 -i 5 -S -B 50 -c

result:

...
[ time 50 ] BOOST ( every 50 )
[ time 50 ] Run JOB 0 at PRIORITY 2 [ TICKS 0 ALLOT 1 TIME 99 (of 150) ]
[ time 51 ] Run JOB 0 at PRIORITY 1 [ TICKS 9 ALLOT 1 TIME 98 (of 150) ]
...

After boost, only one run at PRIORITY 2?

monk-after-90s avatar Mar 31 '22 06:03 monk-after-90s

Same issue here, it's a bug.

TheGaBr0 avatar Jan 26 '23 11:01 TheGaBr0

Agreed. I think this is a bug too.

kudojp avatar Jul 10 '23 11:07 kudojp