[erlang-questions] driver_alloc high usage

Max Lapshin max.lapshin@REDACTED
Wed Nov 11 20:55:08 CET 2015


Just for a reminder:

[case A of {driver_alloc,_} -> Calls = proplists:get_value(calls,I),
{_,_,M} = lists:keyfind(driver_alloc,1,Calls),{_,_,F} =
lists:keyfind(driver_free,1,Calls), io:format("~p ~p\n", [A, M-F]); _ -> ok
end|| {A,I} <- recon_alloc:allocators()].


shows something like:


{driver_alloc,0} 125581808

{driver_alloc,1} 313

{driver_alloc,2} 280

{driver_alloc,3} 131

{driver_alloc,4} -52

{driver_alloc,5} -152

...



Now need only to find out, who is mallocing without free
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151111/37a6adb4/attachment.htm>


More information about the erlang-questions mailing list