KRR-Oxford / OWL2Vec-Star

Embedding OWL ontologies
Apache License 2.0
84 stars 25 forks source link

the problem about memory when running the Standalone Multi command #11

Closed code-gamer closed 6 months ago

code-gamer commented 1 year ago

i met a problem when i running the Standalone Multi command. when the program is generating literal document, it'll be killed by Linux. the program is running on Ubuntu20.04, Memory size is 90G, and its usage rate can approach 100% when generating the literal document. i met this problem sereral times, how can i solve it?

ernestojimenezruiz commented 1 year ago

How large is the ontology/KG? The resulting generated document of sentences may be very large.

code-gamer commented 1 year ago

How large is the ontology/KG? The resulting generated document of sentences may be very large.

The three ontologies are the original ones of the project, including FoodOn, HeLis and GO.

ernestojimenezruiz commented 1 year ago

That is estrange as we have tested those ontologies in Ubuntu 20.04.6 LTS.

code-gamer commented 1 year ago

That is estrange as we have tested those ontologies in Ubuntu 20.04.6 LTS.

Then I'll have another try, thank you