@@ -13,17 +13,32 @@ Provide a **name** and (optionally) a **description** for this organization. If
1313you want this to become a ** Default organization** , make sure to check the box
1414for this.
1515
16+ You can control the
17+ [ auto-start behaviour] ( ../../workspaces/lifecycle.md#auto-start ) for workspaces
18+ in this organization. You can configure:
19+
20+ - ** Autostart Days of Week** : configures on which days of the week workspaces in
21+ the organization may automatically start. If you do not want workspaces to
22+ auto-start in the organization _ at all_ , you can simply deselect all weekdays
23+ here.
24+ - ** Workspace Shutdown Behavior** : The number of hours a workspace may be idle
25+ before Coder stops it automatically to help free up resources.
26+ - ** User-controlled workspace shutdown behavior** : Whether end-users can set the
27+ desired workspace shutdown behavior. If disabled, Coder uses the
28+ organization's default setting.
29+
1630You can also control how Coder manages resources for workspaces in this
1731organization. You can set the:
1832
1933- ** CPU Provisioning Rate** : sets the ratio of virtual CPUs to physical CPUs; if
2034 you set a higher ratio, you can schedule a larger number of workspaces per
2135 node, though it will also lead to greater CPU contention.
22- - ** Workspace Shutdown Behavior** : The number of hours a workspace may be idle
23- before Coder stops it automatically to help free up resources.
24- - ** User-controlled workspace shutdown behavior** : Whether end-users can set the
25- desired workspace shutdown behavior. If disabled, Coder uses the
26- organization's default setting.
36+ - ** Memory Provisioning Rate** : sets the ratio of requested versus maximum RAM
37+ allocated to workspaces. If you set a higher ratio, you can schedule a larger
38+ number of workspaces per node, though it will lead to greater memory
39+ contention. See
40+ [ memory overprovisioning] ( ../workspace-management/memory-overprovisioning.md )
41+ for more information.
2742
2843Finally, you can set ** Resource Quotas** . These are limits on the number of
2944** CPUs** and ** GPUs** , as well as the amount of ** memory** and ** disk space**
0 commit comments