-
Notifications
You must be signed in to change notification settings - Fork 13
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
Resource memory limit exceeded #388
Comments
If running with
Fixing this does not seem to address this bug. As I was looking at this, I also noticed the following issues in the memory computation
Fixing this neither solves this issue. |
This seems to be a problem with TPIE's external memory priority queue taking up more space than it is given when it has to deal with too large instances. |
I tried to use the bdd-benchmark set to compare a new BDD library to existing ones. However, I’m experiencing problems with Adiar:
Interestingly, I couldn’t observe a fail of this assertion in debug mode. Even in release mode, when inserting a debug print just above the mentioned line, the assert did not fail. Is this problem related? (I’m on Linux 6.4 and use clang 15.0.7) |
This issue, #388, is due to the bug #264 of my dependency on the TPIE library That debug statement on the other hand is to ensure that the number I'll move your problem into a separate issue, if you don't mind. 🙂 |
When running the following benchmarks with the minimum of 128 MiB of memory, we get the following error message.
Specifically, this happens in the following benchmarks.
This seems like there is a missing accounting for some file stream. After lots of digging (and squashing a few bugs that might have been the culprit) this turns out to be an issue in TPIE. I have reported this at thomasmoelhave/tpie#264 .
The text was updated successfully, but these errors were encountered: