I hereby claim:
- I am paniko0 on github.
- I am thisisnotmyuser (https://keybase.io/thisisnotmyuser) on keybase.
- I have a public key ASB_lSXce6LnYF4SPdC12JPMefwftMUVU_WmBWPldiCtsgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| license: gpl-3.0 | |
| height: 960 |
| require "net/http" | |
| def start_server | |
| # Remove the X to enable the parameters for tuning. | |
| # These are the default values as of Ruby 2.2.0. | |
| @child = spawn(<<-EOC.split.join(" ")) | |
| XRUBY_GC_HEAP_FREE_SLOTS=4096 | |
| XRUBY_GC_HEAP_INIT_SLOTS=10000 | |
| XRUBY_GC_HEAP_GROWTH_FACTOR=1.8 | |
| XRUBY_GC_HEAP_GROWTH_MAX_SLOTS=0 |