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

QueryOperation.convertModel causes heap exhaustion for large ontologies. #978

Closed
psiotwo opened this issue Mar 15, 2022 · 1 comment
Closed

Comments

@psiotwo
Copy link
Contributor

psiotwo commented Mar 15, 2022

QueryOperation.convertModel uses byte array transfer to create an updated OWL ontology. If the input model is large, the method requires approx. twice as much heap (for input model and output ontology).

To decrease the memory footprint, another type of stream (or conversion through a temporary file) would be beneficial.

psiotwo added a commit to psiotwo/robot that referenced this issue Mar 22, 2022
psiotwo added a commit to psiotwo/robot that referenced this issue Apr 5, 2022
psiotwo added a commit to psiotwo/robot that referenced this issue Apr 10, 2022
psiotwo added a commit to psiotwo/robot that referenced this issue Apr 26, 2022
psiotwo added a commit to psiotwo/robot that referenced this issue Apr 26, 2022
@beckyjackson beckyjackson removed their assignment May 24, 2022
jamesaoverton added a commit that referenced this issue Jun 9, 2022
@psiotwo
Copy link
Contributor Author

psiotwo commented Jun 21, 2022

Resolved via #980.

@psiotwo psiotwo closed this as completed Jun 21, 2022
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

No branches or pull requests

2 participants