Skip to content

Commit

Permalink
try more memory
Browse files Browse the repository at this point in the history
Signed-off-by: Soldy <[email protected]>
  • Loading branch information
Soldy committed Aug 18, 2024
1 parent e5e38ea commit 8e2295d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
container:
image: mariadb:10
image: mariadb:11
services:
mariadb-master:
image: mariadb:lts
Expand All @@ -25,6 +25,8 @@ jobs:
MARIADB_ROOT_PASSWORD: test_password
ports:
- 3306/tcp
ulimits:
memlock: "542488"
options: >-
--name=mariadb_master
--health-cmd="mysqladmin ping"
Expand Down

0 comments on commit 8e2295d

Please sign in to comment.