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

Feature Request : Verbose Output when Out of Memory #1784

Open
JohnHadish opened this issue Jul 30, 2024 · 1 comment
Open

Feature Request : Verbose Output when Out of Memory #1784

JohnHadish opened this issue Jul 30, 2024 · 1 comment

Comments

@JohnHadish
Copy link

The docker image fails quietly when the user runs out of memory. There is no output which indicates why the program has failed. This makes it difficult to diagnose. In contrast, webODM produces an "Out of Memory" error message for the user.

If possible, it would be nice for ODM to throw an error which just says "OUT OF MEMORY" so that the user can more easily diagnose the issue.

@JohnHadish JohnHadish changed the title Feature Request : More Verbose Output when Out of Memory Feature Request : Verbose Output when Out of Memory Jul 30, 2024
@pierotofy
Copy link
Member

We already try to output a message (see https://github.com/OpenDroneMap/ODM/blob/master/stages/odm_app.py#L100) but what often happens is that the program is terminated (due to out of memory) before we can do anything about it.

I don't think it can be fixed.

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