diff --git a/ksysguardd/Linux/cpuinfo.c b/ksysguardd/Linux/cpuinfo.c --- a/ksysguardd/Linux/cpuinfo.c +++ b/ksysguardd/Linux/cpuinfo.c @@ -40,7 +40,7 @@ static int HighNumCores = 0; /* Highest # of cores ever seen */ static float* Clocks = 0; /* Array with one entry per core */ -#define CPUINFOBUFSIZE (32 * 1024) +#define CPUINFOBUFSIZE (256 * 1024) static char CpuInfoBuf[ CPUINFOBUFSIZE ]; static int Dirty = 0; static struct SensorModul *CpuInfoSM;