Re: Driver's for java connectivity
Kevin Schmidt
Vinayak, What about the memory settings, specifically the max heap, for the JVM Janusgraph is running in? Your traversal is effectively retrieving your entire graph. Is that really what you need to do? Or is this just a test and your real scenarios wouldn't be doing that? Doing a retrieval like this is going to require a lot of memory and your JVM simply isn't configured with enough to complete it, thus the out of memory error. Kevin On Mon, Mar 8, 2021 at 6:35 AM Vinayak Bali <vinayakbali16@...> wrote:
|
|