We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca6184 commit 2dce413Copy full SHA for 2dce413
chart/templates/ws-manager-configmap.yaml
@@ -44,7 +44,7 @@ data:
44
"memory": "{{ .Values.workspaceSizing.memoryRequest }}Mi"
45
},
46
"limits": {
47
- "cpu": "5",
+ "cpu": "6",
48
"memory": "{{ .Values.workspaceSizing.memoryLimit }}Mi"
49
50
{{ else -}}
chart/values.yaml
@@ -36,7 +36,7 @@ workspaceSizing:
36
memory: "2.25Gi"
37
ephemeral-storage: "5Gi"
38
limits:
39
- cpu: "5"
+ cpu: "6"
40
memory: "12Gi"
41
dynamic:
42
# Gitpod supports dynamic CPU limiting. We express those limits in "buckets of CPU time" (jiffies where 1 jiffie is 1% of a vCPU).
0 commit comments