]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Tue, 30 Aug 2005 16:56:46 +0000 (16:56 +0000)
committerBen Gras <ben@minix3.org>
Tue, 30 Aug 2005 16:56:46 +0000 (16:56 +0000)
drivers/log/log.h
etc/binary_sizes
etc/binary_sizes.big
include/minix/config.h

index c67b5f88cac1b5cb191ae26c1eee1ffad13fdf10..48060bf52f79ea85381b1c2bda97fc87380a9723 100644 (file)
@@ -9,7 +9,7 @@
 
 /* Constants and types. */
 
-#define LOG_SIZE       (5*1024) 
+#define LOG_SIZE       (50*1024) 
 #define SUSPENDABLE          1
 
 struct logdevice {
index f6f8de2fc198ea7461b13e777aff1dffc5d56b80..763a13050bb910037955c46de020ac77a6a2e33f 100644 (file)
@@ -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
index f6f8de2fc198ea7461b13e777aff1dffc5d56b80..548158d5003d0201b35bc1a96d220f7b260b8e30 100644 (file)
@@ -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
index 8b8e087e52d9babdbc2831bddb8e7aa93b37194f..aaa2dc955f5873e1728c3eb521ae88a31c7c7451 100755 (executable)
 
 #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 */