*** empty log message ***
This commit is contained in:
parent
cb0a3a3c9a
commit
6a56df46e9
4 changed files with 19 additions and 29 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
/* Constants and types. */
|
||||
|
||||
#define LOG_SIZE (5*1024)
|
||||
#define LOG_SIZE (50*1024)
|
||||
#define SUSPENDABLE 1
|
||||
|
||||
struct logdevice {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue