Skip to content

Commit f2228e5

Browse files
author
Katie Horne
authored
chore: add info re: resource allocation limits (#554)
1 parent 13d8822 commit f2228e5

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

admin/organizations.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ must assign all of your images and workspaces to a specific organization. An
88
end-user can only access images that are assigned to the same organization they
99
are.
1010

11-
> Be sure to familiarize yourself with the [types of
12-
> roles](access-control/organizations.md) you can assign users within an
13-
> organization.
11+
> Be sure to familiarize yourself with the
12+
> [types of roles](access-control/organizations.md) you can assign users within
13+
> an organization.
1414
1515
## The default organization
1616

@@ -28,8 +28,8 @@ organizations by going to **Manage** > **Organizations** > **New Organization**.
2828
![Create a new organization dialog](../assets/admin/create-an-org.png)
2929

3030
Provide a **name** and (optionally) a **description** for this organization. If
31-
you want this to become a **Default organization**, make sure to check the
32-
box for this.
31+
you want this to become a **Default organization**, make sure to check the box
32+
for this.
3333

3434
You can also control how Coder manages resources for workspaces in this
3535
organization. You can set the:
@@ -43,7 +43,12 @@ organization. You can set the:
4343
Finally, you can set **Resource Quotas**. These are limits on the number of
4444
**CPUs** and **GPUs**, as well as the amount of **memory** and **disk space**,
4545
each developer can request concurrently for running workspaces in this
46-
organization.
46+
organization. The limits for what you can set are as follows:
47+
48+
- **CPUs**: 128 CPU cores
49+
- **Memory**: 256 GBs
50+
- **Disk**: 8192 GB
51+
- **GPUs**: 20 GPUs
4752

4853
When you've set your parameters, click **Create** to proceed.
4954

@@ -79,9 +84,9 @@ whitelisted namespaces, though you cannot create new workspaces in those
7984
namespaces.
8085

8186
If you want to separate Coder workspaces by namespaces in a Kubernetes cluster,
82-
you can do so by [deploying a new workspace
83-
provider](workspace-providers/deployment.md) to each additional namespace in
84-
the cluster. The workspace provider provisions workspaces to the namespace it
85-
has been deployed to, and you can control access to each workspace provider via
86-
an organization allowlist to replace the previous organization namespace
87-
behaviors.
87+
you can do so by
88+
[deploying a new workspace provider](workspace-providers/deployment.md) to each
89+
additional namespace in the cluster. The workspace provider provisions
90+
workspaces to the namespace it has been deployed to, and you can control access
91+
to each workspace provider via an organization allowlist to replace the previous
92+
organization namespace behaviors.

workspaces/workspace-params.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,17 @@ set your resource allocation.
9393
</tr>
9494
</table>
9595

96-
> By default, Coder allocates resources (CPU cores, memory, and disk space)
97-
> based on the parent image.
98-
>
99-
> Coder displays a warning if you choose your resource settings and they're less
100-
> than the image-recommended default, but you can still create the workspace.
101-
102-
When done, click **Create** to proceed. Coder redirects you to an overview page
103-
for your workspace during the build process.
96+
By default, Coder allocates resources (CPU cores, memory, and disk space) based
97+
on the parent image. You can modify these starting values, though the maximum
98+
number of CPU cores, amount of memory, and allocation of disk space you can
99+
request for your workspace are determined by the Coder
100+
[site manager on an organization level](../admin/organizations.md#create-a-new-organization).
101+
102+
Coder displays a warning if you choose your resource settings and they're less
103+
than the image-recommended default, but you can still create the workspace.
104+
105+
When you're done making changes, click **Create** to proceed. Coder redirects
106+
you to an overview page for your workspace during the build process.
104107

105108
## .gitconfig files
106109

0 commit comments

Comments
 (0)