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
Please note — as pointed out neo4j/neo4j#13097) — that "any local memory within a CALL is not counted towards the transaction memory limit due to current limitations in our procedure API". This may improve in the future.
Issue by vga91
Wednesday Oct 27, 2021 at 12:26 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#2266
The
apoc.periodic.truncate
procedure doesn't provide a feedback if fails (for example ifdbms.memory.transaction.database_max_size
is reached)Expected Behavior (Mandatory)
Should fails
Actual Behavior (Mandatory)
Doesn't return nothing and doesn't cancel all db.
Steps (Mandatory)
unwind range(0, 9999) as range create (:Node)-[:REL]->(:Other)
dbms.memory.transaction.database_max_size=10M
inneo4j.conf
and restartCALL apoc.periodic.truncate
Versions
The text was updated successfully, but these errors were encountered: