Skip to content

Commit

Permalink
chore: github action 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2jun0 committed Feb 16, 2024
1 parent 321d7d7 commit fe6cd5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-backend-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: configure sysctl limits
run: |
sudo swapoff -a
sudo sysctl -w vm.swappiness=1
sudo sysctl -w fs.file-max=262144
sudo sysctl -w vm.max_map_count=262144
- name: setup python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit fe6cd5f

Please sign in to comment.