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