Commit c464602
committed
merge revision(s) 44853: [Backport ruby#9490]
* gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,
then set objspace->rgengc.oldmalloc_increase_limit.
Without this fix, the env variable RUBY_GC_OLDMALLOC_LIMIT
does not work.
* gc.c (get_envparam_int): accept a value equals to lowerbounds.
* gc.c (get_envparam_double): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e1 parent 898c29a commit c464602
3 files changed
Lines changed: 21 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 | | |
2 | 13 | | |
3 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2916 | 2916 | | |
2917 | 2917 | | |
2918 | 2918 | | |
2919 | | - | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
2920 | 2922 | | |
2921 | 2923 | | |
2922 | 2924 | | |
| |||
5647 | 5649 | | |
5648 | 5650 | | |
5649 | 5651 | | |
5650 | | - | |
| 5652 | + | |
5651 | 5653 | | |
5652 | 5654 | | |
5653 | 5655 | | |
| |||
5667 | 5669 | | |
5668 | 5670 | | |
5669 | 5671 | | |
5670 | | - | |
| 5672 | + | |
5671 | 5673 | | |
5672 | 5674 | | |
5673 | 5675 | | |
| |||
5746 | 5748 | | |
5747 | 5749 | | |
5748 | 5750 | | |
5749 | | - | |
| 5751 | + | |
| 5752 | + | |
| 5753 | + | |
| 5754 | + | |
5750 | 5755 | | |
5751 | 5756 | | |
5752 | 5757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments