* 3 of these blocks and has to fit within 64kB, so this can't be
* increased without taking that into account.
*/
-#define MAX_BLOCK_SIZE 8192
+#define MAX_BLOCK_SIZE 4096
/* This is the block size for the fixed versions of the filesystem (V1/V2) */
#define STATIC_BLOCK_SIZE 1024
#endif
#if (MACHINE == IBM_PC && _WORD_SIZE == 4)
-#define NR_BUFS 1536 /* # blocks in the buffer cache */
+#define NR_BUFS 1500 /* # blocks in the buffer cache */
#define NR_BUF_HASH 2048 /* size of buf hash table; MUST BE POWER OF 2*/
#endif