Skip to content

Commit

Permalink
Updates secscan worker count (#830)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <[email protected]>
  • Loading branch information
stevsmit and Steven Smith authored Nov 10, 2023
1 parent 40115e3 commit 8136c1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions modules/config-envvar-worker-count.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
| **WORKER_COUNT** | Number | Generic override for number of processes
| **WORKER_COUNT_REGISTRY** | Number | Specifies the number of processes to handle Registry requests within the `Quay` container +
+
**Values:** Integer between 8 and 64
**Values:** Integer between `8` and `64`
| **WORKER_COUNT_WEB** | Number | Specifies the number of processes to handle UI/Web requests within the container +
+
**Values:** Integer between 2 and 32
**Values:** Integer between `2` and `32`
| **WORKER_COUNT_SECSCAN** | Number | Specifies the number of processes to handle Security Scanning (e.g. Clair) integration within the container +
+
**Values:** Integer between 2 and 4
**Values:** Integer. Because the Operator specifies 2 vCPUs for resource requests and limits, setting this value between `2` and `4` is safe. However, users can run more, for example, `16`, if warranted.
|===
8 changes: 4 additions & 4 deletions modules/proc_manage-advanced-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ The following table lists and describes each variable and the values they can ex
[cols="2a,2a,2a",options="header"]
|===
| Variable | Description | Values
| WORKER_COUNT_REGISTRY | Specifies the number of processes to handle registry requests within the `Quay` container. | Integer between 8 and 64
| WORKER_COUNT_WEB | Specifies the number of processes to handle UI/Web requests within the container. | Integer between 2 and 32
| WORKER_COUNT_SECSCAN | Specifies the number of processes to handle Security Scanning (for example, Clair) integration within the container. | Integer between 2 and 4
| DB_CONNECTION_POOLING | Toggle database connection pooling. | "true" or "false"
| *WORKER_COUNT_REGISTRY* | Specifies the number of processes to handle registry requests within the `Quay` container. | Integer between `8` and `64`
| *WORKER_COUNT_WEB* | Specifies the number of processes to handle UI/Web requests within the container. | Integer between `2` and `32`
| *WORKER_COUNT_SECSCAN* | Specifies the number of processes to handle Security Scanning (for example, Clair) integration within the container. | Integer. Because the Operator specifies 2 vCPUs for resource requests and limits, setting this value between `2` and `4` is safe. However, users can run more, for example, `16`, if warranted.
| *DB_CONNECTION_POOLING* | Toggle database connection pooling. | `true` or `false`
|===

[id="turning-off-connection-pooling"]
Expand Down

0 comments on commit 8136c1f

Please sign in to comment.