-
Notifications
You must be signed in to change notification settings - Fork 75
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
Comments
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
Resolved via #980. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: