gitpod/docs/self-hosted/install/workspaces.md
2020-12-15 10:39:36 +01:00

521 B

url
/docs/self-hosted/latest/install/workspaces/

#####TODO Move to repo as part of reference?

Workspaces

Sizing

Gitpod schedules workspaces as Kubernetes pods. Each workspace pod requests a certain amount of memory which directly affects how many workspaces are scheduled on a single node. If you want to change the default sizing (~ 8GiB per workspace) you should

  • echo values.workspace-sizing.yaml >> configuration.txt
  • adapt the values in values.workspace-sizing.yaml to match your installation.