public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* High latency while CPU is under full load
@ 2014-10-07 19:28 Grozdan
  2014-10-08  5:30 ` Mike Galbraith
  2014-10-08 11:44 ` Austin S Hemmelgarn
  0 siblings, 2 replies; 4+ messages in thread
From: Grozdan @ 2014-10-07 19:28 UTC (permalink / raw)
  To: linux-kernel

Hi,

Basically, my problem is this:

I'm doing a lot of audio/video encoding on an AMD FX8350. The encoder
process always runs at nice 10. Even so, my whole system feels very
sluggish. Switching between different app windows and/or virtual
desktops takes up usually 3-5 seconds giving the impression that there
is not enough processing power. Browsing the web is also severely
impacted.

I had to tune CFS in order to be (much) more responsive during an
encoding session. This has worked out pretty well thus far, but it is
my opinion that the user should *not* need to fiddle with buttons to
make his system respond fluently even under high load. The below is
what I had to do in order to get a snappy system during such load

kernel.sched_nr_migrate = 64
kernel.sched_latency_ns = 65000000
kernel.sched_wakeup_granularity_ns = 100000
kernel.sched_min_granularity_ns = 100000
kernel.sched_migration_cost_ns = 7000000

I have tried 3 different kernels, including one compiled myself, but
the results are the same
Kernels I tried were: 3.11.10, 3.12 and 3.16.4 (self-compiled)

My system specs are as follows

CPU: AMD FX-8350 @ 4GHz
RAM: 16GB DDR1333
GPU: NVIDIA GTX 560 with NV blob driver
HDD: Seagate Constellation ES.3 128MB cache
Desktop: KDE 4.11

-- 
Yours truly

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-08 11:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-07 19:28 High latency while CPU is under full load Grozdan
2014-10-08  5:30 ` Mike Galbraith
2014-10-08 11:44 ` Austin S Hemmelgarn
2014-10-08 11:59   ` Grozdan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox