0.8.0.16:
[sbcl.git] / src / runtime / gc-common.c
index 357ad77..891d717 100644 (file)
@@ -99,7 +99,7 @@ lispobj (*transother[256])(lispobj object);
 int (*sizetab[256])(lispobj *where);
 struct weak_pointer *weak_pointers;
 
-unsigned long bytes_consed_between_gcs = 4*1024*1024;
+unsigned long bytes_consed_between_gcs = 12*1024*1024;
 
 
 /*