Skip to content

Commit

Permalink
Merge pull request #296 from mugijiru/set-ulimit-for-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
mugijiru authored Jun 2, 2023
2 parents 4983e8a + 2361b51 commit f12694f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ services:
- "3306:3306"
volumes:
- ./db/mysql:/var/lib/mysql
ulimits:
nproc: 65535
nofile:
soft: 26677
hard: 46677

webdriver_chrome:
image: selenium/standalone-chrome-debug
Expand Down

0 comments on commit f12694f

Please sign in to comment.