# HG changeset patch # User Stefan Monnier # Date 1121972610 0 # Node ID 87f087128cf2bb59047fff053734fe830af60cb4 # Parent 8e0b1420853acb893b55074b2c99666541fdd3e3 Add gc-cons-percentage. diff -r 8e0b1420853a -r 87f087128cf2 etc/NEWS --- a/etc/NEWS Thu Jul 21 19:03:13 2005 +0000 +++ b/etc/NEWS Thu Jul 21 19:03:30 2005 +0000 @@ -5029,6 +5029,10 @@ ** GC changes: +++ +*** New variable `gc-cons-percentage' automatically grows the GC cons threshold +as the heap sizxe increases. + ++++ *** New variables `gc-elapsed' and `gcs-done' provide extra information on garbage collection.