You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: