<div dir="ltr">Yes, there are limits for both the number of modules (65536) and the number of exported functions (524288 = 8 functions/module for the maximum number of modules).<div><br></div><div>See <font face="monospace">erlang:system_info(info)</font> for details, and in particular look for the limits under the <font face="monospace">=index_table:module_code</font> and <font face="monospace">=index_table:export_list</font> sections.<div><br></div><div>Cheers,</div><div>Daniel</div><div><br><div class="gmail_quote"><div dir="ltr">On Sun, 7 May 2017 at 19:34 Karlo Kuna <<a href="mailto:kuna.prime@gmail.com" target="_blank">kuna.prime@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am currently working on app that has potential to contain large number of modules > 10 000 <div>these are mostly implementations of behaviours that are generated in runtime. </div><div><br></div><div>My question is, what is most modules you have encountered in production in running erlang application, and is there practical limit on number of number of modules in system?? </div></div>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div></div></div></div>