Free up some memory to make (big) commands making work in 16MB

vmware.
This commit is contained in:
Ben Gras 2005-09-25 13:57:11 +00:00
parent 4c2735c765
commit 16aa1d64f2

View file

@ -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