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 GC memory issue when building FMU #11860

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

perost
Copy link
Member

@perost perost commented Jan 23, 2024

  • Double the capacity when adding an element to a full ExpandableArray instead of only increasing the capacity by one, to avoid massive allocations when adding a lot of elements one by one.

- Double the capacity when adding an element to a full ExpandableArray
  instead of only increasing the capacity by one, to avoid massive
  allocations when adding a lot of elements one by one.
@perost perost merged commit d21f7d9 into OpenModelica:master Jan 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant