ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
18 stars 8 forks source link

add configuration variable for setting owlapi_wrapper java heap size #124

Closed alexskr closed 2 years ago

alexskr commented 2 years ago

The java heap size for running owlapi_wrapper is currently hardcoded to 10GB which might not be sufficient for large ontologies such as NCBITAXON. A new configuration variable needs to be added for changing the default java heap size.

syphax-bouazzouni commented 2 years ago

Hi we have the same issue at agroportal (see https://github.com/ontoportal-lirmm/ontologies_linked_data/issues/15). Have you made any progress on this ?