<div dir="auto"><div>You could purge unused modules and just keep the minimum necessary set at all times? <div dir="auto">Otherwise create the needed functions during runtime as funs and keep them in an ets table?</div><br><div class="gmail_extra"><br><div class="gmail_quote">On May 7, 2017 20:33, "Karlo Kuna" <<a href="mailto:kuna.prime@gmail.com">kuna.prime@gmail.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">oh wow this limit is rather small !!! <div>are there any suggestions how to work around it ?<br><div><br></div></div></div><div class="elided-text"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 7, 2017 at 9:19 PM, Dániel Szoboszlay <span dir="ltr"><<a href="mailto:dszoboszlay@gmail.com" target="_blank">dszoboszlay@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">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><div class="m_-5096603581719517812h5"><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></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-5096603581719517812h5"><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></div></div>
______________________________<wbr>_________________<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/list<wbr>info/erlang-questions</a><br>
</blockquote></div></div></div></div>
</blockquote></div><br></div>
</div><br>______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div></div></div>