Neo4j crashes during graph projection

Dear Neo4j community,

my neo4j server always crashes whenever I execute any graph projection with gds 2.2.3. After that, Neo4j is no longer available, but still runs according to neo4j status. However, Neo4j can no longer be stopped with neo4j stop and must be terminated manually. All other cypher queries work fine.

I increased the Java Heap Size.

I increased the macOS file descriptor limits as recommended in this installation guide (to soft-limit=64000 & hard-limit=200000).

Unfortunately that didn't help.

I can't find any helpful hints in debug.log or neo4j.log.

I am running neo4j server community 4.4.11 with gds library 2.2.3 on macOS 13.0.1 (96 GB RAM).

Many thanks in advance for any suggestions :slightly_smiling_face:

Content of the neo4j.log:

2022-11-23 10:27:10.002+0000 WARN  Unrecognized setting. No declared setting with name: wrapper.java.additional.4
2022-11-23 10:27:10.003+0000 WARN  Unrecognized setting. No declared setting with name: wrapper.java.additional
2022-11-23 10:27:10.010+0000 INFO  Starting...
2022-11-23 10:27:10.442+0000 INFO  This instance is ServerId{xxx} (xxx)
2022-11-23 10:27:11.346+0000 INFO  ======== Neo4j 4.4.11 ========
2022-11-23 10:27:11.423+0000 INFO  GDS compatibility: for Neo4j Settings 4.x -- available, for Neo4j Settings 5.1 (placeholder) -- not available, selected: Neo4j Settings 4.x
2022-11-23 10:27:11.423+0000 INFO  GDS compatibility: for Neo4j 4.3 -- not available, for Neo4j 4.4 -- available, for Neo4j 5.1 (placeholder) -- not available, selected: Neo4j 4.4
2022-11-23 10:27:19.700+0000 INFO  Performing postInitialization step for component 'security-users' with version 3 and status CURRENT
2022-11-23 10:27:19.700+0000 INFO  Updating the initial password in component 'security-users'
2022-11-23 10:27:20.684+0000 INFO  Bolt enabled on [0:0:0:0:0:0:0:0]:7687.
2022-11-23 10:27:21.431+0000 INFO  Remote interface available at http://xxxx.de:7474/
2022-11-23 10:27:21.434+0000 INFO  id: xxxx
2022-11-23 10:27:21.434+0000 INFO  name: system
2022-11-23 10:27:21.434+0000 INFO  creationDate: 2022-10-10T09:01:29.08Z
2022-11-23 10:27:21.434+0000 INFO  Started.
2022-11-23 10:36:17.158+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Start
2022-11-23 10:36:17.160+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Nodes :: Start
2022-11-23 10:36:17.161+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Nodes :: Store Scan :: Start
2022-11-23 10:36:17.167+0000 INFO  [node-store-scan-0] Loading :: Nodes :: Store Scan 100%
2022-11-23 10:36:17.168+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Nodes :: Store Scan :: Finished
2022-11-23 10:36:17.171+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Nodes :: Finished
2022-11-23 10:36:17.172+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Relationships :: Start
2022-11-23 10:36:17.172+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Relationships :: Store Scan :: Start
2022-11-23 10:36:17.819+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Relationships :: Store Scan 100%
2022-11-23 10:36:17.819+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Relationships :: Store Scan :: Finished
2022-11-23 10:36:17.820+0000 INFO  [neo4j.BoltWorker-4 [bolt] [/xxx:xxx] ] Loading :: Relationships :: Finished