[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[#63391] Access Modifiers (Internal Interfaces) — Daniel da Silva Ferreira <danieldasilvaferreira@...>
Hi,
3 messages
2014/06/28
[ruby-core:62937] Re: [ruby-trunk - Feature #9113] Ship Ruby for Linux with jemalloc out-of-the-box
From:
Eric Wong <normalperson@...>
Date:
2014-06-04 19:42:21 UTC
List:
ruby-core #62937
KOSAKI Motohiro <kosaki.motohiro@gmail.com> wrote: > So, I'd suggest two phase action. > > 1. Commit your patch, but disable by default. OK, r46349 > 2. Gather more use-case and performance data. > Note: They should be reproducible. We need measure them again and > again when libs updated. > 3. Change the default when the community is convinced the benefit. I wouldn't mind changing the default. However small applications take up more memory with jemalloc. Using MALLOC_CONF=lg_chunk:21 or smaller numbers can reduce it (at performance cost). Users may also try the Lockless Inc allocator. However we cannot ship it with Ruby since Ruby is not GPLv3. http://locklessinc.com/downloads/