Articles tagged as thread
Assign or restrict CPU cores to Neo4j process
Operating system run performance-critical applications on multi-core processors using something called "processor affinity" or "CPU pinning". This feature "binds" a running process to particular CPU core(s), which can be beneficial…
Limiting Bolt Threads vs Connections
Given high levels of read/write transaction requests, some ingress transactions may be rejected by the Neo4j server and the below error may be reported in the Neo4j debug.log: Whilst the…