pwin / owlready2

GNU Lesser General Public License v3.0
137 stars 22 forks source link

Memmory issue #15

Open smalghamdi opened 2 years ago

smalghamdi commented 2 years ago

Hello, I think there is a memory issue I face when dealing with large ontologies, I was able to fix one related to reasoning memory (fixing java memory in reasoning.py) JAVA_MEMORY = 2000 which is limited to 2 GB, I managed to increase that.

There are also the memory settings for the SQL queries which I couldn't fix and it is limiting me from utilizing my available resources. can you help?