jRDF2Vec icon indicating copy to clipboard operation
jRDF2Vec copied to clipboard

Runs out of memory for large datasets

Open MrPekar98 opened this issue 3 years ago • 1 comments

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.

MrPekar98 avatar Dec 07 '21 14:12 MrPekar98

@vemonet - could you take this?

janothan avatar Feb 19 '22 13:02 janothan