Blame SOURCES/kde-workspace-ksysguard-increase-cpu-buffer.patch

5d07c2
diff --git a/ksysguard/ksysguardd/Linux/cpuinfo.c b/ksysguard/ksysguardd/Linux/cpuinfo.c
5d07c2
index 9427ec0..12786c5 100644
5d07c2
--- a/ksysguard/ksysguardd/Linux/cpuinfo.c
5d07c2
+++ b/ksysguard/ksysguardd/Linux/cpuinfo.c
5d07c2
@@ -40,7 +40,7 @@ static int numCores = 0; /* Total # of cores */
5d07c2
 static int HighNumCores = 0; /* Highest # of cores ever seen */
5d07c2
 static float* Clocks = 0; /* Array with one entry per core */
5d07c2
 
5d07c2
-#define CPUINFOBUFSIZE (32 * 1024)
5d07c2
+#define CPUINFOBUFSIZE (128 * 1024)
5d07c2
 static char CpuInfoBuf[ CPUINFOBUFSIZE ];
5d07c2
 static int Dirty = 0;
5d07c2
 static struct SensorModul *CpuInfoSM;