This is a neo4j apoc docker error, what's wrong?

The following error occurred while deleting specific nodes while using neo4j docker service.

How can I fix it?

The environment I am using is using neo4j apoc docker on AWS EC2.
If you look at the error log, it is a java heap space error. Please let me know so that we can take action together.
Please update the neo4j docker user guide.

2021-08-26 05:23:58.334+0000 INFO Performing postInitialization step for component 'security-users' with version 3 and status CURRENT
2021-08-26 05:23:58.334+0000 INFO Updating the initial password in component 'security-users'
2021-08-26 05:24:00.186+0000 INFO Called db.clearQueryCaches(): Query cache already empty.
2021-08-26 05:24:00.246+0000 INFO Bolt enabled on 0.0.0.0:7687.
2021-08-26 05:24:01.052+0000 INFO Remote interface available at http://localhost:7474/
2021-08-26 05:24:01.054+0000 INFO Started.
[559.849s][warning][gc,alloc] neo4j.BoltWorker-5 [bolt] [/210.126.217.236:11248] : Retried waiting for GCLocker too often allocating 131072 words
[562.334s][warning][gc,alloc] neo4j.StorageMaintenance-2: Retried waiting for GCLocker too often allocating 24615 words
[574.818s][warning][gc,alloc] neo4j.IndexSampling-3: Retried waiting for GCLocker too often allocating 104860 words
[592.147s][warning][gc,alloc] neo4j.BoltWorker-9 [bolt] [/210.126.217.236:64762] : Retried waiting for GCLocker too often allocating 131072 words
[597.122s][warning][gc,alloc] neo4j.StorageMaintenance-3: Retried waiting for GCLocker too often allocating 37868 words
[599.629s][warning][gc,alloc] neo4j.BoltWorker-1 [bolt] [/210.126.217.236:62343] : Retried waiting for GCLocker too often allocating 62125 words
[659.637s][warning][gc,alloc] neo4j.TransactionTimeoutMonitor-7: Retried waiting for GCLocker too often allocating 131072 words
[669.561s][warning][gc,alloc] neo4j.IndexSampling-2: Retried waiting for GCLocker too often allocating 95328 words
[672.041s][warning][gc,alloc] neo4j.Scheduler-1: Retried waiting for GCLocker too often allocating 331 words
[672.041s][warning][gc,alloc] pool-3-thread-1: Retried waiting for GCLocker too often allocating 1293 words
[677.080s][warning][gc,alloc] neo4j.IndexSampling-3: Retried waiting for GCLocker too often allocating 104860 words
[677.080s][warning][gc,alloc] neo4j.StorageMaintenance-2: Retried waiting for GCLocker too often allocating 256 words
^COpenJDK 64-Bit Server VM warning: Exception java.lang.OutOfMemoryError occurred dispatching signal SIGINT to handler- the VM may need to be forcibly terminated

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "neo4j.TransactionTimeoutMonitor-5"
Exception in thread "neo4j.BoltWorker-3 [bolt]" Exception in thread "neo4j.Scheduler-1" Exception in thread "neo4j.StorageMaintenance-2" Exception in thread "neo4j.TransactionTimeoutMonitor-7" java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space

Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "neo4j.Scheduler-1"