neo4j-contrib / neoclipse

Graph Database Tool
217 stars 136 forks source link

Java Heap Space #43

Open pducrot opened 11 years ago

pducrot commented 11 years ago

Hi, Traversing a large and rather dense graph (319k nodes, 8M edges) with Cypher returns a "Java Heap Space", running the same query on a 5% subset of that graph works. Running the same query on the neo4j console works as well on the full graph. How could I increase the memory available to neoclipse? Cheers, Pierre

jotomo commented 11 years ago

Since Neoclipse is based on Eclipse, the procedure is the same as for Eclipse, only difference is that eclipse.ini (in the root installation directory) is called neoclipse.ini. Update that file as described here http://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F (and here http://wiki.eclipse.org/Eclipse.ini) and you should be good to go.