own vote I am have been using neo4j-community-2.0.0-M04 and all of a sudden the neo4j database has started giving errors in the log file. Due to which the db is not even starting.
Caused by: java.lang.OutOfMemoryError: Java heap space Here is the log extract from neo4j server logs: http://pastebin.com/Lr0guH1F Neo4j system startup command is shown below: Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -Xms1200m -Xmx1512m The Server has 1.7GB memory. I have tried reducing the memory from 1200MB to 512MB but that doesn't work either. Any ideas of how to get it back up? -- 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.
