From 16aa1d64f242e75d3d013c7b53bb4f6eda360fdb Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 25 Sep 2005 13:57:11 +0000 Subject: [PATCH] Free up some memory to make (big) commands making work in 16MB vmware. --- include/minix/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/config.h b/include/minix/config.h index 69e17616a..47a1b27d0 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -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