<div dir="ltr"><div>Looking quickly at the binary_alloc info you have a lot of the data allocated by sys_alloc. sys_alloc uses malloc directly, so there is no cache there. Maybe try setting +MBmmsbc 2048, I got 2048 by adding mseg_alloc_carriers to sys_alloc_carriers for sbcs and then adding a small buffer. <br>
</div><div><br></div>Lukas<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 14, 2013 at 4:41 PM, Max Lapshin <span dir="ltr"><<a href="mailto:max.lapshin@gmail.com" target="_blank">max.lapshin@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm running erlang R16B01 on Debian linux (kernel 3.2.0)<div><br></div><div><br></div><div>Here is my binary allocator info:   <a href="https://gist.github.com/maxlapshin/6231659" target="_blank">https://gist.github.com/maxlapshin/6231659</a></div>

<div><br></div><div>here is mseg_allocator:  <a href="https://gist.github.com/maxlapshin/6231710" target="_blank">https://gist.github.com/maxlapshin/6231710</a></div><div><br></div><div>I've restarted erlang with +MMmcs 30:</div>
<div>
<br></div><div>erts-5.10.2/bin/beam.smp -K true -A 160 -MMmcs 30 -stbt s -- ...<br></div><div><br></div><div>Looks like number of mmap/munmap has lowered.</div><div><br></div><div>Will try to understand this allocator information.</div>

<div><br></div><div><br></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>