Tune the disk buffer size.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 10 Aug 1987 21:11:21 +0000 (21:11 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 10 Aug 1987 21:11:21 +0000 (21:11 +0000)
v7/src/microcode/bchgcc.h

index 98d3d7ad4185f288493a2240a9772e719cc37516..15356b90b030d83de10d41cad6c6bca2868c6bba 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchgcc.h,v 9.29 1987/06/30 19:26:56 jinx Rel $ */
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchgcc.h,v 9.30 1987/08/10 21:11:21 jinx Rel $ */
 
 #include "gccode.h"
 #ifdef bsd
@@ -42,7 +42,7 @@ MIT in each case. */
 /* All of these are in objects (Pointer), not bytes. */
 
 #define GC_EXTRA_BUFFER_SIZE   512
-#define GC_DISK_BUFFER_SIZE    4096
+#define GC_DISK_BUFFER_SIZE    1024
 #define GC_BUFFER_SPACE                (GC_DISK_BUFFER_SIZE + GC_EXTRA_BUFFER_SIZE)
 #define GC_BUFFER_BYTES                (GC_DISK_BUFFER_SIZE * sizeof(Pointer))