dwslab / jRDF2Vec

A high-performance Java Implementation of RDF2Vec
MIT License
39 stars 5 forks source link

Runs out of memory for large datasets #70

Open MrPekar98 opened 2 years ago

MrPekar98 commented 2 years ago

When generating embeddings of larger datasets, say 30 GB, I will get an OutOfMemory exception. I run your container from Docker Hub on a server with 2 TB of RAM.

You can add the -Xmx flag when running the .jar file to increase the maximum heap size. For example, -Xmx500g.

janothan commented 2 years ago

@vemonet - could you take this?