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

Fix possible IAE in getHeapUsage() #15

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

sroughley
Copy link
Contributor

The implementation of WorkflowTest#getHeapUsage() is modified to avoid the possibility of summing in individual pools which return -1 for #getMax()

Fixes #14

The implementation of WorkflowTest#getHeapUsage() is modified to avoid the possibility of summing in individual pools which return `-1` for `#getMax()`

Fixes 3D-e-Chem#14
@sverhoeven
Copy link
Member

Thanks will merge and make a new release.

@sverhoeven sverhoeven merged commit 7148ac7 into 3D-e-Chem:master Mar 25, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IllegalArgumentException can be thrown by WorkflowTest#getHeapUsage() when heap is full
2 participants