]> granicus.if.org Git - gc/commitdiff
Update information about GC_free_space_divisor in README
authorIvan Maidanski <ivmai@mail.ru>
Tue, 11 Sep 2012 04:17:59 +0000 (08:17 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 11 Sep 2012 11:32:40 +0000 (15:32 +0400)
* README (GC_free_space_divisor): Update information.

README

diff --git a/README b/README
index 89825317d5f43ac4eb3c94bcf6235dce11b46ab9..a59436ae910590368fb3cf98cd0c82a31087831d 100644 (file)
--- a/README
+++ b/README
@@ -357,8 +357,8 @@ good way for the collector to compute this value.)  Client code may include
    see gc.h.
 
   The global variable GC_free_space_divisor may be adjusted up from its
-default value of 4 to use less space and more collection time, or down for
-the opposite effect.  Setting it to 1 or 0 will effectively disable collections
+default value of 3 to use less space and more collection time, or down for
+the opposite effect.  Setting it to 1 will almost disable collections
 and cause all allocations to simply grow the heap.
 
   The variable GC_non_gc_bytes, which is normally 0, may be changed to reflect