]> Zhao Yanbai Git Server - minix.git/commitdiff
Even smaller (ast)
authorBen Gras <ben@minix3.org>
Sun, 11 Sep 2005 20:06:37 +0000 (20:06 +0000)
committerBen Gras <ben@minix3.org>
Sun, 11 Sep 2005 20:06:37 +0000 (20:06 +0000)
include/minix/config.h

index 34d373c03cc5cf94e64ef3ac585a4a7d381ae8ca..44d90b635303b082793e10924acd80e7f6a7ca78 100755 (executable)
@@ -41,8 +41,8 @@
 
 #if _MINIX_SMALL
 
-#define NR_BUFS        256
-#define NR_BUF_HASH 256
+#define NR_BUFS        128
+#define NR_BUF_HASH 128
 
 #else