I have plenty of RAM on my computer and I would like to load the whole graph db on the memory for faster querying. So far I have added "cache_type = strong" in the 'neo4.properties' file.
How is it possible to run a cypher query to traverse through all the nodes? I ran a simple query with a limit of 500K nodes on the data browser and it gave me an error: "OutOfMemoryError Java heap space" -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
