mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d1683b59b0
commit
8fba800f73
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Mon Apr 4 23:37:05 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
|
||||
Mon Apr 4 17:43:45 2016 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c: change deafult value of
|
||||
* gc.c: change default value of
|
||||
RUBY_GC_HEAP_FREE_SLOTS_MIN_RATIO 0.3 -> 0.2
|
||||
RUBY_GC_HEAP_FREE_SLOTS_MAX_RATIO 0.8 -> 0.65
|
||||
|
||||
|
@ -25,7 +25,7 @@ Mon Apr 4 17:43:45 2016 Koichi Sasada <ko1@atdot.net>
|
|||
However, generational GC reduced each (minor) GC time and
|
||||
increase memory locality. So that not so big impact on my
|
||||
benchmarking results.
|
||||
(surprizingly, this fix speed up programs on some cases)
|
||||
(surprisingly, this fix speed up programs on some cases)
|
||||
|
||||
You can change these values by environment variables
|
||||
if you feel wrong.
|
||||
|
|
Loading…
Add table
Reference in a new issue