Skip to content

Commit

Permalink
Merge pull request #34 from makerdao/TECH-3246-resources-optimisation
Browse files Browse the repository at this point in the history
feat: update the container resource cpu limits
  • Loading branch information
eskp authored Jan 15, 2025
2 parents 93d07a7 + a029da3 commit 965ce5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: install packages
run: |
sudo apt-get update
sudo apt-get -y install python3-pip jshon jq virtualenv pkg-config openssl libssl-dev autoconf libtool libsecp256k1-dev
sudo apt-get -y install python3-pip jshon jq virtualenv pkg-config openssl libssl-dev autoconf libtool libsecp256k1-dev docker-compose
pip install $(cat requirements.txt $(find lib -name requirements.txt | sort) | sort | uniq | sed 's/ *== */==/g')
pip install -r requirements-dev.txt
Expand Down
1 change: 0 additions & 1 deletion deploy/production/cage-keeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ podAnnotations:
reloader.stakater.com/auto: "true"
resources:
limits:
cpu: 0.3
memory: 512Mi
requests:
cpu: 0.05
Expand Down

0 comments on commit 965ce5b

Please sign in to comment.