diff options
Diffstat (limited to 'src/libvmon/vmon.h')
-rw-r--r-- | src/libvmon/vmon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvmon/vmon.h b/src/libvmon/vmon.h index e4b1593..325a44a 100644 --- a/src/libvmon/vmon.h +++ b/src/libvmon/vmon.h @@ -9,7 +9,7 @@ #include "bitmap.h" #include "list.h" -#define VMON_HTAB_SIZE 128 /* number of buckets in the processes hash table */ +#define VMON_HTAB_SIZE 1024 /* number of buckets in the processes hash table */ #define VMON_ARRAY_GROWBY 5 /* number of elements to grow the processes array */ typedef enum _vmon_flags_t { |