X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2Fgc-common.c;h=891d7179cd91039905fffa984329fefc1eeb09a1;hb=f6d13b577869229af003c282eb81d65a4a51c713;hp=357ad779473c8050601ef4b3747f05c538d194ab;hpb=0e2c926fea68a32c8ec58f12daa0c2b5befef1d4;p=sbcl.git diff --git a/src/runtime/gc-common.c b/src/runtime/gc-common.c index 357ad77..891d717 100644 --- a/src/runtime/gc-common.c +++ b/src/runtime/gc-common.c @@ -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; /*