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

Jakob Kummerow <jakob.kumme...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakob.kumme...@gmail.com

--- Comment #6 from Jakob Kummerow <jakob.kumme...@gmail.com> ---
I'm affected by this too. I have two data points to offer, via `cat
/proc/cpuinfo | wc -c`:
- on a 12C24T AMD machine: ~36K
- on a 36C72T Intel machine: ~102K
Extrapolating, I estimate that the biggest CPUs available today (Ryzen 3990,
64C128T) will need ~192K (but I don't have one of those available to test on).

I'm surprised to see that this issue has been reported more than two years ago.
Is there really no one who could commit a one-liner fix? Please just change the
line at https://cgit.kde.org/ksysguard.git/tree/ksysguardd/Linux/cpuinfo.c#n43
from:
#define CPUINFOBUFSIZE (32 * 1024)
to:
#define CPUINFOBUFSIZE (256 * 1024)

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

Reply via email to