summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/iostats/statfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/iostats/statfs.h b/sys/src/cmd/iostats/statfs.h
index 6d82f1938..68fccdc00 100644
--- a/sys/src/cmd/iostats/statfs.h
+++ b/sys/src/cmd/iostats/statfs.h
@@ -5,7 +5,7 @@
#define DEBUGFILE "iostats.out"
#define DONESTR "done"
#define DEBUG if(!dbg){}else fprint
-#define MAXPROC 16
+#define MAXPROC 64
#define FHASHSIZE 64
#define fidhash(s) fhash[s%FHASHSIZE]