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

fatal runtime error: out of memory #5

Open
Libbum opened this issue May 8, 2017 · 2 comments
Open

fatal runtime error: out of memory #5

Libbum opened this issue May 8, 2017 · 2 comments
Labels

Comments

@Libbum
Copy link
Owner

Libbum commented May 8, 2017

Not too sure who is calling this, but if we look at pushing boundaries and calculate a grid of 1500x1500x1500, we hit the above error sometime during the run. RAM usage was close to 100GB: so within tolerance and was within the final stage where we don't see peaks in lower resolution runs.

I've done no debugging on this and will treat it as low priority, but once the system is fully operational this will need to be investigated. It's obviously in an external c library as it's not a rust panic, but which I am unsure of at present.

@Libbum Libbum added the bug label May 8, 2017
@Libbum
Copy link
Owner Author

Libbum commented May 21, 2017

This seems to be happening even with 50x50x50 calls now. Randomly, but more than once, so it may need to be given a higher priority.

@Libbum
Copy link
Owner Author

Libbum commented May 23, 2017

The indicatif memory issue is (hopefully) fixed in e260a02. If the estimate was negative we'd get a percentage value above 100, then feed that into a ProgressBar of size 100. There really should be a check on that, but seems there isn't will look at a pull request when I have the time.

@Libbum Libbum added this to the Initial release milestone Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant