Re: [Neo4j] Bulk deletion of nodes and relationships in a server-side plugin fills up heap

2015-03-13 Thread Adrian Gruntkowski
sh instance of the db. Regards, Adrian W dniu piątek, 13 marca 2015 07:20:57 UTC+1 użytkownik Michael Hunger napisał: > > Do you actually run into GC issues, or is it just the Neo4j cache that's > filled? > > Would it be possible to run this (with 512M or 1G heap) and create a

[Neo4j] Bulk deletion of nodes and relationships in a server-side plugin fills up heap

2015-03-12 Thread Adrian Gruntkowski
Hello, Hi. I'm having problems deleting nodes and relationships from a server-side plugin. I have a following code that is supposed to accomplish this: 1. public class Purger { 2.private static final int BATCH_SIZE = 1000; 3. 4. ... 5. 6. public static void pu