Hi Navrattan, Please post what you are trying to achieve, what query is throwing this error. It might be related to memory over-usage in single transaction or some leak issue but without finding the exact query or what you are trying to do its difficult to mention what could trigger this issue.
On Tuesday, December 24, 2013 2:01:19 PM UTC+5:30, Navrattan Yadav wrote: > > Hi all. i woking on linux with ram 4 gb. > > i am getting : > > java.lang.OutOfMemoryError: Java heap space > at scala.collection.immutable.Vector.iterator(Vector.scala:101) > at scala.collection.immutable.Vector.iterator(Vector.scala:67) > at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) > at scala.collection.AbstractIterable.foreach(Iterable.scala:54) > at scala.collection.generic.Growable$class.$plus$plus$eq(Growable.scala:48) > at scala.collection.immutable.VectorBuilder.$plus$plus$eq(Vector.scala:716) > at scala.collection.immutable.VectorBuilder.$plus$plus$eq(Vector.scala:692) > at > scala.collection.TraversableLike$class.$plus$plus(TraversableLike.scala:156) > at scala.collection.immutable.Vector.$plus$plus(Vector.scala:220) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:49) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:48) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:48) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:47) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:47) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:48) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:47) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:47) > at > org.neo4j.cypher.internal.parser.v2_0.ChainableSemanticCheck$$anonfun$then$1.apply(SemanticCheck.scala:46) > at > org.neo4j.cypher.internal.parser.v2_0.ast.SingleQuery$$anonfun$checkClauses$ > 1.org > $neo4j$cypher$internal$parser$v2_0$ast$SingleQuery$$anonfun$$checkClause$1(Query.scala:48) > at > org.neo4j.cypher.internal.parser.v2_0.ast.SingleQuery$$anonfun$checkClauses$1$$anonfun$apply$1.apply(Query.scala:57) > at > org.neo4j.cypher.internal.parser.v2_0.ast.SingleQuery$$anonfun$checkClauses$1$$anonfun$apply$1.apply(Query.scala:52) > at > scala.collection.LinearSeqOptimized$class.foldLeft(LinearSeqOptimized.scala:111) > at scala.collection.immutable.List.foldLeft(List.scala:84) > at > org.neo4j.cypher.internal.parser.v2_0.ast.SingleQuery$$anonfun$checkClauses$1.apply(Query.scala:52) > at > org.neo4j.cypher.internal.parser.v2_0.ast.SingleQuery$$anonfun$checkClauses$1.apply(Query.scala:46) > -- 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/groups/opt_out.
