From: Ben Gras Date: Sun, 25 Sep 2005 13:57:11 +0000 (+0000) Subject: Free up some memory to make (big) commands making work in 16MB X-Git-Tag: v3.1.0~13 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=16aa1d64f242e75d3d013c7b53bb4f6eda360fdb;p=minix.git Free up some memory to make (big) commands making work in 16MB vmware. --- 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