]> Zhao Yanbai Git Server - minix.git/commitdiff
Free up some memory to make (big) commands making work in 16MB
authorBen Gras <ben@minix3.org>
Sun, 25 Sep 2005 13:57:11 +0000 (13:57 +0000)
committerBen Gras <ben@minix3.org>
Sun, 25 Sep 2005 13:57:11 +0000 (13:57 +0000)
vmware.

include/minix/config.h

index 69e17616a182f70f8beaf646b1a29d94f4faa57f..47a1b27d0eb29b63d8baf3f83fba1bd4b450045d 100755 (executable)
@@ -53,7 +53,7 @@
 #endif
 
 #if (MACHINE == IBM_PC && _WORD_SIZE == 4)
-#define NR_BUFS         1500   /* # blocks in the buffer cache */
+#define NR_BUFS         1280   /* # blocks in the buffer cache */
 #define NR_BUF_HASH     2048   /* size of buf hash table; MUST BE POWER OF 2*/
 #endif