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
Since history command try to display all datas stored in mnesia,
when the number of record exceed a certain number,
Erlang VM crash due to out of memory.
So we need to display a certain number of record.
Since history command try to display all datas stored in mnesia,
when the number of record exceed a certain number,
Erlang VM crash due to out of memory.
So we need to display a certain number of record.
https://github.com/leo-project/leo_manager/blob/develop/src/leo_manager_mnesia.erl#L357
The text was updated successfully, but these errors were encountered: