What does your code look like?

Do you close the transaction again?


try (Transaction tx = db.beginTx()) {
   // read or write data
   tx.success();
}

Am 20.06.2014 um 10:19 schrieb Mattia Pellè <[email protected]>:

> Hello,
> we are migrating on the new neo4j 2.1.x but after some test we notice that 
> with the same code (changed only for the need of transaction and label)
> we are receiving heap space error. The parameters are the same and the 
> configuration of the jam are the same, but with the new version we are 
> getting this error.
> Is there some hint in the use of the transactions? Are we missing something 
> that is required in the new version?
> 
> Thanks for your advice,
> 
> Mattia Pellè
> 
> 
> 
> -- 
> 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.

-- 
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.

Reply via email to