This is not big data, this is small data :) Perhaps you should first share the code you use to create the relationships? Please read this before you post to this forum: https://groups.google.com/forum/#!topic/neo4j/6b5yTi1rMOs <https://groups.google.com/forum/#!topic/neo4j/6b5yTi1rMOs>
Just setting memory mapped options all to 1GB doesn't help. Best if you share your code, your data model and your graph.db/messages.log (for sys-info and config info) > Am 02.02.2015 um 14:27 schrieb Lasha Gegeshidze <[email protected]>: > > I'm doing some exploring in neo4j but i got stuck,I inserted big amount of > data (about 240000 nodes, 500000properties in four different node labels) and > now I'm trying to create relationship between two node labels and as i run > the query it executes for 20-25 minutes but returning nothing, i tried to > change neo4j-wrapper.conf file (I changed wrapper.java.initmemory and > wrapper.java.maxmemory parameters) and neo4j.properties file > (neostore.nodestore.db.mapped_memory=1G > neostore.relationshipstore.db.mapped_memory=1G > neostore.propertystore.db.mapped_memory=1G > neostore.propertystore.db.strings.mapped_memory=1G > neostore.propertystore.db.arrays.mapped_memory=1G) > but nothing worked , any suggestions? i really need one :D > thanks. > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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.
