Failed to execute 'postmessage' on 'dedicatedworkerglobalscope' data cannot be cloned out of memory

Dear Community,

I am running a query on Neo4j and I end up getting an error saying failed to execute 'postmessage' on 'dedicatedworkerglobalscope' data cannot be cloned out of memory

My memory configuration is

dbms.memory.heap.initial_size=64g
dbms.memory.heap.max_size=64g
dbms.memory.pagecache.size=128g

dbms.memory.transaction.global_max_size=256g
dbms.tx_state.memory_allocation= ON_HEAP

Please let me know how do deal with this. Thank you in advance!

Was this issue ever solved, as I am having the same problem?