From: Eric Wong Date: 2018-06-22T08:08:27+00:00 Subject: [ruby-core:87595] Re: [Ruby trunk Bug#14858] Introduce 2nd GC heap named Transient heap ko1@atdot.net wrote: > Thank you. It should be fixed. > (I'll use `posix_memalign` for `blocks_alloc_header_to_block`) OK, but be careful with over-using memalign, it can cause more fragmentation. > BTW, why small size mamp is harmful? > Making small page table entries? Yes, and overall syscall overhead. Also, I think TRANSIENT_HEAP_ALLOC_MAX should be dynamic or even unlimited (SSIZE_MAX) to work well with strings. Unsubscribe: