Closed olegs closed 5 years ago
This can be fixed by
--volume=$HOME/neo4j/config:/var/lib/neo4j/conf
to the command line launcher$HOME/neo4j/config/neo4j.conf
. Additional config:
dbms.memory.heap.initial_size=64G
dbms.memory.heap.max_size=64G
This does not seem to be the case, but in general one would rather use DETACH DELETE
to delete nodes with their relationships - see https://neo4j.com/docs/cypher-manual/current/clauses/delete/
OOM error is also relevant for crawlers, another possible solution is APOC library with periodic commit extension: https://neo4j.com/docs/labs/apoc/current/graph-updates/periodic-execution/#commit-batching
Removing all the SSPublications which were uploaded from incorrect tsk file by command
leads to the OOM exception.
Additional memory configuration is required as described here: https://neo4j.com/docs/operations-manual/current/performance/memory-configuration
Complete exception log: