Commit b66aace
authored
executor: increase k8s executor memory limit to avoid OOM (#894)
# Summary
Increase k8s executor memory limit 1Gi->4Gi to avoid OOM.
Does not increase memory request not to cause relocating of pods and
greater nodes.
### Checklist
- [x] Follow the [manual testing
process](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/TEST.md)
- [ ] Update
[changelog](https://github.com/sourcegraph/deploy-sourcegraph-helm/blob/main/charts/sourcegraph/CHANGELOG.md)
- [ ] Update [Kubernetes update
doc](https://docs.sourcegraph.com/admin/updates/kubernetes)
### Test plan
```sh
### Chart [ sourcegraph-executor-k8s ] ./charts/sourcegraph-executor/k8s/
PASS executor charts/sourcegraph-executor/k8s/tests/executor_test.yaml
Charts: 1 passed, 1 total
Test Suites: 1 passed, 1 total
Tests: 7 passed, 7 total
Snapshot: 0 passed, 0 total
Time: 42.867208ms
```1 parent 8db7e22 commit b66aace
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments