You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the +zmml and +zmel emulator flags to set the maximum number of
entries in the module_code and export_list loader index tables, raising
the previously hardcoded MODULE_LIMIT (64K) and EXPORT_LIMIT (512K)
caps.
Expose the current limits and counts via erlang:system_info/1 with the
new module_limit, module_count, export_limit and export_count keys, and
document the flags and system_info keys. As with atom_limit, the reported
limit is the effective one enforced by the underlying index table (the
requested value rounded up to a whole number of pages).
0 commit comments