You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks for writing in, I suspect this is an OOM as APOC does not implement memory tracking. Are you able to check out the debug.log file and see if there are errors there? If so, can you send that here too?
Unfortunately, with how APOC is implemented, this isn't something easy for us to fix at this time. My suggestion would be to use one of the other export.json procedures in which you can feed the data into it using Cypher, then you can control how much data is getting consumed at a given time.
I am experiencing issues when running the following query against an on-premise docker instance of neo4j Community Edition.
Expected Behavior
The query returns results or displays an error showing why results could not be returned.
Actual Behavior
No results are returned (the following message is seen in the web interface):
(no changes, no records)
How to Reproduce the Problem
Steps
I have tested this behaviour using the .Net Driver as well as the browser interface.
Screenshots
The results when
writeNodeProperties: false
:The lack of results when
writeNodeProperties: true
:Specifications
Memory: 30GB (it appears that the memory use increases during the query before topping out at around 9.5GB and then leveling off.)
CPU: 20
Versions
The text was updated successfully, but these errors were encountered: