https://bugs.kde.org/show_bug.cgi?id=384515

Christoph Feck <cf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #1 from Christoph Feck <cf...@kde.org> ---
The internal buffer only has 32 * 1024 bytes, assuming that the number of CPUs
is limited to 32, and each entry is around 1K big.

Now, with the ever increasing number of flags, the per-CPU entry is bigger, and
should probably be raised to 1.5K.

Newer x86_64 kernels, however, allow up to 4096 CPUs, so either the buffer
needs to be much bigger, or we should interleaved /proc/cpuinfo reading and
parsing.

See ksysguard.git/ksysguardd/Linux/cpuinfo.c

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to