Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit a5eb72d

Browse files
authored
Readme typo fix
1 parent c3cf40a commit a5eb72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To override, set `--registry-secret` according to [tm docs](https://github.com/t
2222

2323
Concurrency in KLR represented by two components: parallel running [bootstrap](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html) processes per container and Knative [container concurrency](https://github.com/knative/serving/blob/master/docs/spec/spec.md#revision) model. By default [AWS runtime interface](https://github.com/triggermesh/aws-custom-runtime) fires up 8 bootstrap processes (functions, in other words) and allows multiple concurrent requests (`containerConcurrency: 0`) to be handled by each container. Default concurrency configuration can be changed on function deployment or update using `tm deploy service` command parameters:
2424

25-
`--concurrency <N>` - sets Knative service `containerConcurrency` value to 5
25+
`--concurrency <N>` - sets Knative service `containerConcurrency` value to `N`
2626

2727
`--build-argument INVOKER_COUNT=<N>` - passes number of parallel running functions to AWS lambda runtime
2828

0 commit comments

Comments
 (0)