Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[leo_manager]history command may cause VM to crash #225

Closed
mocchira opened this issue Aug 26, 2014 · 2 comments
Closed

[leo_manager]history command may cause VM to crash #225

mocchira opened this issue Aug 26, 2014 · 2 comments
Assignees
Milestone

Comments

@mocchira
Copy link
Member

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

@mocchira mocchira added this to the 1.2 milestone Aug 26, 2014
@mocchira mocchira self-assigned this Aug 26, 2014
@mocchira
Copy link
Member Author

If you have operated an old version LeoFS,
This tool solve this issue.

@mocchira mocchira modified the milestones: 1.2, 1.1.2 Aug 29, 2014
@yosukehara
Copy link
Member

Thank you for announcing the info 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants