diff --git a/drivers/log/log.h b/drivers/log/log.h index c67b5f88c..48060bf52 100644 --- a/drivers/log/log.h +++ b/drivers/log/log.h @@ -9,7 +9,7 @@ /* Constants and types. */ -#define LOG_SIZE (5*1024) +#define LOG_SIZE (50*1024) #define SUSPENDABLE 1 struct logdevice { diff --git a/etc/binary_sizes b/etc/binary_sizes index f6f8de2fc..763a13050 100644 --- a/etc/binary_sizes +++ b/etc/binary_sizes @@ -1,13 +1,7 @@ -/usr/lib/i386/as 53721 -/usr/lib/i386/cg 486625 -/usr/lib/cpp.ansi 200000 -/usr/lib/cv 82934 -/usr/lib/em_cemcom.ansi 2958660 -/usr/lib/em_led 1608955 -/usr/lib/em_m2 171667 -/usr/lib/em_opt 375934 -/usr/lib/em_encode 20000 -/usr/lib/em_decode 20000 -/usr/lib/em_ego 20000 -/usr/lib/em_opt2 20000 -/usr/lib/em_pc 20000 +/usr/lib/cpp.ansi 216004 +/usr/lib/cv 1238570 +/usr/lib/em_cemcom.ansi 624004 +/usr/lib/em_led 538122 +/usr/lib/em_opt 148044 +/usr/lib/i386/as 39922 +/usr/lib/i386/cg 50655 diff --git a/etc/binary_sizes.big b/etc/binary_sizes.big index f6f8de2fc..548158d50 100644 --- a/etc/binary_sizes.big +++ b/etc/binary_sizes.big @@ -1,13 +1,7 @@ -/usr/lib/i386/as 53721 -/usr/lib/i386/cg 486625 -/usr/lib/cpp.ansi 200000 -/usr/lib/cv 82934 -/usr/lib/em_cemcom.ansi 2958660 -/usr/lib/em_led 1608955 -/usr/lib/em_m2 171667 -/usr/lib/em_opt 375934 -/usr/lib/em_encode 20000 -/usr/lib/em_decode 20000 -/usr/lib/em_ego 20000 -/usr/lib/em_opt2 20000 -/usr/lib/em_pc 20000 +/usr/lib/cpp.ansi 1416004 +/usr/lib/cv 1238570 +/usr/lib/em_cemcom.ansi 4683676 +/usr/lib/em_led 2278088 +/usr/lib/em_opt 1370162 +/usr/lib/i386/as 1239922 +/usr/lib/i386/cg 1285513 diff --git a/include/minix/config.h b/include/minix/config.h index 8b8e087e5..aaa2dc955 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -41,9 +41,11 @@ #if _MINIX_SMALL -#define NR_BUFS 20 -#define NR_BUF_HASH 32 +#define NR_BUFS 512 +#define NR_BUF_HASH 512 + #else + /* The buffer cache should be made as large as you can afford. */ #if (MACHINE == IBM_PC && _WORD_SIZE == 2) #define NR_BUFS 40 /* # blocks in the buffer cache */