[ruby-core:88402] Re: [Ruby trunk Feature#14759] [PATCH] set M_ARENA_MAX for glibc malloc

From: Eric Wong <normalperson@...>
Date: 2018-08-09 17:43:26 UTC
List: ruby-core #88402
[email protected] wrote:
> One question: is it possible to cancel the effect of
> M_ARENA_MAX ?  Given @mame's corner case, it might be
> desirable for a user (or sysadmin) to be able to choose the
> behaviour between the proposed one and the status quo.

Environment variable (MALLOC_ARENA_MAX) at startup (only),
or they can use fiddle or C extension to call mallopt
at anytime once a program is running.

Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next