Skip to content

Commit a645989

Browse files
Update description of the config `server.cypher.parallel.worker_limit… (#1163)
…` (#1104) Co-authored-by: Reneta Popova <[email protected]>
1 parent f728b08 commit a645989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,8 @@ a| Number of threads to allocate to Cypher worker threads for the parallel runti
16131613
If set to a positive number, that number of workers will be started.
16141614
If set to `0`, one worker will be started for every logical processor available to the Java Virtual Machine.
16151615

1616-
If set to a negative number we will subtract the value from the number of logical processors available; for example, say Neo4j is running on a server with 16 available processors, using `server.cypher.parallel.worker_limit = -1` would then mean that 15 threads are available for the parallel runtime.
1616+
If set to a negative number, the total number of logical processors available on the server will be reduced by the absolute value of that number.
1617+
For example, if the server has 16 available processors and you set `server.cypher.parallel.worker_limit` to `-1`, the parallel runtime will have 15 threads available.
16171618

16181619
|Valid values
16191620
a| Integer

0 commit comments

Comments
 (0)