is there any advice / best practice on how to debug neo4j locking? I am having trouble with a larger web service application that goes all single threaded. According to strace, it looks like neo4j gets stuck in memory mapping (i.e. there are batches of madvise and mprotect calls followed by longer pauses). Any help will be much appreciated.
> is there any advice / best practice on how to debug neo4j locking? I am having trouble with a larger web service application that goes all single threaded. According to strace, it looks like neo4j gets stuck in memory mapping (i.e. there are batches of madvise and mprotect calls followed by longer pauses). Any help will be much appreciated.