-
Notifications
You must be signed in to change notification settings - Fork 15
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
Out of memory #114
Comments
I will try! I think we might get some better results that way. |
I have opened STAMP-project/test-runner#120 which addresses this issue. We can then bump It is for sure an optimization, but I had the same issue running Math8. |
Nice @andre15silva
I suspect this change will avoid the issue. |
It seems we still have the memory issue, we use the snapshot version (https://github.com/martinezmatias/astor/blob/433f99bd7c8a1bec1fe67e6a62911080e826674a/pom.xml#L51 ) CI run: https://github.com/martinezmatias/astor/runs/3954512048?check_suite_focus=true |
Did you try running it in a more powerful computer and with more memory assigned to the JVM? |
I suspect the out of memory issue could be related to the structures (maps) we use for storing the coverage.
For instance, OnlineCoveredTestResultPerTestMethodImpl shores matrix that seems sparse:
We can only store the values different to zero.
@andre15silva do you think the issue could be in this direction?
The text was updated successfully, but these errors were encountered: