Commit 64c8b2d
authored
Add note about RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR (#513)
For example, RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=0.9 causes
launching time penalty:
* ruby-3.3.4(YJIT) 0.9 ~40 secs
* ruby-3.2.5(YJIT) 0.9 ~3 secs
* ruby-3.1.6(YJIT) 0.9 ~1 secs
* ruby-3.0.7 0.9 ~1 secs
See fluent/fluentd#4545
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>1 parent ca4e978 commit 64c8b2d
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments