From: Ivan Maidanski Date: Tue, 11 Sep 2012 04:17:59 +0000 (+0400) Subject: Update information about GC_free_space_divisor in README X-Git-Tag: gc7_4_0~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=382e5b032f20c58e14ca2c719c70e56382967174;p=gc Update information about GC_free_space_divisor in README * README (GC_free_space_divisor): Update information. --- diff --git a/README b/README index 89825317..a59436ae 100644 --- 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