Neo Technology Build Agent
Neo Technology Build Agent
**Comment by [hikemachado](https://github.com/hikemachado)** _Tuesday May 05, 2020 at 18:35 GMT_ ---- I`m facing similar issue. I have a trigger for create relationship, in this trigger I need to create another...
**Comment by [saibhaskerraju](https://github.com/saibhaskerraju)** _Monday Jun 22, 2020 at 13:36 GMT_ ---- Hi All, Sincere apologies if this doesn't make sense I created the below trigger ``` CALL apoc.trigger.add('increase_followings_and_followers', 'UNWIND $createdRelationships...
**Comment by [jexp](https://github.com/jexp)** _Tuesday Aug 04, 2020 at 22:51 GMT_ ---- @conker84 could you have a look at this?
**Comment by [magaton](https://github.com/magaton)** _Monday Jun 07, 2021 at 13:20 GMT_ ---- I have exactly the same problem. Neo4j 4.2.4, apoc, 4.2.0.4 When I run cypher within trigger, all is good,...
**Comment by [vga91](https://github.com/vga91)** _Wednesday Jun 30, 2021 at 07:34 GMT_ ---- @leandrogalrinho With the latest Apoc version there is a `phase: "afterAsync"` to prevent some Transaction errors like this. Please,...
**Comment by [jexp](https://github.com/jexp)** _Thursday Mar 19, 2020 at 00:24 GMT_ ---- can you provide more details about the graphml file? perhaps even the file itself to reproduce.
**Comment by [karrtikiyer](https://github.com/karrtikiyer)** _Thursday Mar 19, 2020 at 02:56 GMT_ ---- The file size is around 1.5 GB. And it contains some private confidential information because of which it can’t...
**Comment by [jexp](https://github.com/jexp)** _Thursday Mar 19, 2020 at 09:04 GMT_ ---- Can you increase e.g. double your heap memory until it works. Afaik this implementation is not streaming the XML,...
**Comment by [karrtikiyer](https://github.com/karrtikiyer)** _Thursday Mar 19, 2020 at 09:29 GMT_ ---- I have tried with below settings, but does not work, do you want me to increase it even more?...
**Comment by [jexp](https://github.com/jexp)** _Thursday Mar 19, 2020 at 10:14 GMT_ ---- If you have more, then yes. Or if you have the means to split up the file? Changing the...