Skip to content

Commit

Permalink
try throttling db resources
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 12, 2024
1 parent 00dbf30 commit 4966ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=5
--memory=512m --cpus=0.5
ports:
- 5432:5432

Expand All @@ -39,6 +40,7 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=10
options: --memory=512m --cpus=0.5
ports:
- 3306:3306

Expand Down

0 comments on commit 4966ffb

Please sign in to comment.