diff --git a/top/top.c b/top/top.c index cc6f4f0c..3dc55a6b 100644 --- a/top/top.c +++ b/top/top.c @@ -2512,7 +2512,7 @@ static void cpus_refresh (void) { rewind(fp); fflush(fp); - #define buffGRW 1024 + #define buffGRW 8192 /* we slurp in the entire directory thus avoiding repeated calls to fgets, especially in a massively parallel environment. additionally, each cpu line is then frozen in time rather than changing until we get around to