Reduce size of ACL has
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 19 Aug 2013 00:37:02 +0000 (20:37 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 19 Aug 2013 00:37:02 +0000 (20:37 -0400)
procprotect.c

index e8c639d..74c48b9 100644 (file)
@@ -64,7 +64,7 @@ struct acl_entry {
     struct hlist_node hlist;
 };
 
-#define HASH_SIZE (1<<16)
+#define HASH_SIZE (1<<10)
 
 struct hlist_head procprotect_hash[HASH_SIZE];