Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add some more info to the Scaling Doc #11731

Merged
merged 18 commits into from
Sep 5, 2023
Prev Previous commit
Next Next commit
docs: fixing make docs
Signed-off-by: Julie Vogelman <julievogelman0@gmail.com>
juliev0 committed Sep 3, 2023
commit 5a1e527005066cc04ce8a479d53d5ad410bf9d1f
2 changes: 1 addition & 1 deletion docs/scaling.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ You can scale the controller vertically in these ways:

### Container Resource Requests

If you observe the Controller using its total allocated CPU or memory, you should increase those.
If you observe the Controller using its total request CPU or memory, you should increase those.
juliev0 marked this conversation as resolved.
Show resolved Hide resolved

### Adding Goroutines to Increase Concurrency