Skip to content

Commit

Permalink
Lower ElasticSearch memory requirements
Browse files Browse the repository at this point in the history
Lower ES memory reqs so we don't exhaust resources
in CI environments.

This is reproducible in OCP 4.12 jobs.
  • Loading branch information
vkmc committed Jun 18, 2024
1 parent b46f215 commit 4998d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/stf-run-ci/templates/manifest_elasticsearch.j2
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ spec:
resources:
limits:
cpu: "2"
memory: 4Gi
memory: 2Gi
requests:
cpu: "1"
memory: 4Gi
memory: 2Gi
volumes:
- emptyDir: {}
name: elasticsearch-data
Expand Down

0 comments on commit 4998d10

Please sign in to comment.