Skip to content

chore: Add information re: cluster sizing reqs #390

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

Merged
merged 3 commits into from
Jun 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions setup/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ to help you estimate:
- **Development using VS Code with an SSH connection to Coder**: 1 CPU core and
1 GB of RAM per developer

> We recommend [monitoring](../guides/admin/usage-monitoring.md) your usage to
determine whether you should change your resource allocation.
These estimates can vary based on actual usage within a workspace. We recommend
starting with the amount of resources you'd allocate to a local workspace, then
iterating as needed.

We also recommend [monitoring](../guides/admin/usage-monitoring.md) your usage
to determine whether you should change your resource allocation. Accepting a
peak utilization of RAM of around 50% and CPU of around 70% is a good way to
balance performance with cost.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"peak utilization" is poorly defined so this last sentence may confuse people more than help. I'd recommend dropping it. The rest looks good to me.


### Throughput

Expand Down