From 047cdaca14fbfccf177bc221fe0aa324d5258212 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 21 Nov 2013 08:20:34 +0000 Subject: * gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default. Without this option, some application consumes huge memory. (and there are only a few performance down) Introduced new environment variables: * RUBY_GC_HEAP_OLDSPACE (default 16MB) * RUBY_GC_HEAP_OLDSPACE_MAX (default 128 MB) * RUBY_GC_HEAP_OLDSPACE_GROWTH_FACTOR (default 1.2) * gc.c (initial_malloc_limit): rename to initial_malloc_limit_min. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c0c808f13..6c5dc2b81f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Nov 21 17:16:00 2013 Koichi Sasada + + * gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default. + Without this option, some application consumes huge memory. + (and there are only a few performance down) + + Introduced new environment variables: + * RUBY_GC_HEAP_OLDSPACE (default 16MB) + * RUBY_GC_HEAP_OLDSPACE_MAX (default 128 MB) + * RUBY_GC_HEAP_OLDSPACE_GROWTH_FACTOR (default 1.2) + + * gc.c (initial_malloc_limit): rename to initial_malloc_limit_min. + Thu Nov 21 16:51:34 2013 Zachary Scott * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabble -- cgit v1.2.3