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