[erlang-questions] Performance bottleneck of Custom Behavior
Prakash Parmar
prakash.parmar@REDACTED
Wed May 15 11:34:56 CEST 2019
Hello All,
We have a custom behavior based on gen_server with single callback function. After profiling the code we found that invoking a callback function is taking consider amount of time. The argument of callback is record of 50 elements. Did this huge record is a problem ?
What are the VM parameters we supposed to fine tune ? Like increasing heap size to avoid GC, etc ...
Regards,
Prakash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190515/29d38535/attachment.htm>
More information about the erlang-questions
mailing list