Skip to content

Commit 75abead

Browse files
committed
update docs
1 parent 6c3a9a4 commit 75abead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/sourcegraph-executor/k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
9696
| executor.queueNames | list | `[]` | The names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or queueName is required.** |
9797
| executor.replicas | int | `1` | |
9898
| executor.resources.limits.cpu | string | `"1"` | |
99-
| executor.resources.limits.memory | string | `"1Gi"` | |
99+
| executor.resources.limits.memory | string | `"4Gi"` | |
100100
| executor.resources.requests.cpu | string | `"500m"` | |
101101
| executor.resources.requests.memory | string | `"200Mi"` | |
102102
| executor.securityContext | object | `{"fsGroup":null,"privileged":false,"runAsGroup":null,"runAsUser":null}` | DEPRECATED: Use `executor.containerSecurityContext` or `executor.podSecurityContext` instead. |

0 commit comments

Comments
 (0)