Originally posted by cl333r
View Post
Announcement
Collapse
No announcement yet.
Scheduler Improvements Published For The Linux 4.6 Kernel
Collapse
X
-
-
Originally posted by ObiWan View Post
A kernel with CONFIG_SCHED_AUTOGROUP=y shouldn't be that different from a BFS kernel
Niceness in vanilla kernel does nothing to make FPS smoother under load.
I manually set all processes to priority 20, then made game -19, no difference whatsoever. So i don't think it will in any way help.
Comment
-
Originally posted by dimko View Post
I read about it - it's basically auto niceness.
Niceness in vanilla kernel does nothing to make FPS smoother under load.
I manually set all processes to priority 20, then made game -19, no difference whatsoever. So i don't think it will in any way help.
Comment
-
Originally posted by cj.wijtmans View PostThere are different things to look at regarding performance of games, FPS is a very bad indicator of performance. You can have bad frames and never notice it. What is your bottleneck? if its the gpu than most likely you cant do much regarding performance. Check if all cores are below 100% . When it really comes down to latency disable all periodic things such as garbage collectors and watchdogs that increase latency, it is subtle but you can notice the difference especially when you are on CONFIG_PREEMPT. Because of this update i may give deadline a shot but with two SSDs, a gpu bottleneck and expert kernel tweaks to reduce latency i wont notice any difference i believe.
Nah, not GPU most likely. GTX780TI, AMD Vishera. Custom compiled kernel + nvidia binary. Need to check if i enabled watchdog, which i think I did not. Cores are never 100%. There are a few programs yet which can take advantage of 8 cores(4FPU cores) at speed of 4GHz.
Comment
-
Originally posted by dimko View Post
Nah, not GPU most likely. GTX780TI, AMD Vishera. Custom compiled kernel + nvidia binary. Need to check if i enabled watchdog, which i think I did not. Cores are never 100%. There are a few programs yet which can take advantage of 8 cores(4FPU cores) at speed of 4GHz.
Comment
Comment