Skip to content

Commit 35de4bd

Browse files
authored
[terraform][clangd] Decrease memory req/limit for clangd (#64)
1 parent bdd9af2 commit 35de4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildbot/google/terraform/deployment-clangd-ubuntu-clang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ spec:
3030
resources:
3131
limits:
3232
cpu: "15"
33-
memory: 45G
33+
memory: 43G
3434
requests:
3535
cpu: "15"
36-
memory: 45G
36+
memory: 43G
3737
volumeMounts:
3838
- mountPath: /vol/secrets
3939
mountPropagation: None

0 commit comments

Comments
 (0)