Detail question on batch importer. If you use --skip-duplicate-nodes=true I assume there are some in-memory structures being built up to check if a given node is already there. Do those data structures reside in JVM heap, in pagecache or in off-heap ...