[erlang-questions] Help with allocator tuning

Frank Muller frank.muller.erl@REDACTED
Tue Nov 29 18:30:31 CET 2016


Very informative, thank you Max.

Hope "Lukas" will have time to explain the rest (i.e VM's mem_alloc
setttings).

/Frank

Le mar. 29 nov. 2016 à 17:49, Max Lapshin <max.lapshin@REDACTED> a écrit :

> We look at two important things:
>
> erlang:statistics(total_active_tasks)
>
> when it is higher than 1500, it is not good.
>
>
> then we take periodically :
>
> erlang:statistics(scheduler_wall_time)
>
>
> it returns list of  {_, Active, Total}
>
> sum all Active, sum all Total  and you get scheduler utilisation.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161129/0ad6e4d7/attachment.htm>


More information about the erlang-questions mailing list