cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Error:data cannot be cloned,out of memory

When I use cypher in my browser, neo4j displays an error: error 25: failed execute 'postmessage' on 'dedicatedworkerglobelscope': data cannot be cloned,out of memory.
how do I solve it?Thank you very much!

2 REPLIES 2

12kunal34
Graph Fellow

what is your cypher ?

Thank you very much!
My cypher is:CALL algo.unionFind.stream('User', 'FRIEND', {})
YIELD nodeId,setId
return setid, count(*)as count.
I think it should not be a problem with the code, it should be a problem with my browser. After I tried to restart the browser, the problem was solved.