Skip to content

Commit

Permalink
Increase memory limit of mariadb to 1GiB
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 14, 2024
1 parent 887bd1d commit 0d2f3c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple-database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
db:
image: ghcr.io/unipept/unipept-database:latest
image: 9ec2a9f4d4aa
environment:
MYSQL_ROOT_PASSWORD: unipept
MYSQL_DATABASE: unipept
Expand Down
2 changes: 1 addition & 1 deletion examples/swissprot-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
db:
image: ghcr.io/unipept/unipept-database:latest
image: 9ec2a9f4d4aa66
environment:
MYSQL_ROOT_PASSWORD: unipept
MYSQL_DATABASE: unipept
Expand Down
1 change: 1 addition & 0 deletions unipept-database/config/custom_mysql_config.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
secure-file-priv = ""
local-infile=1
default-authentication-plugin=mysql_native_password
innodb_buffer_pool_size=1024M

0 comments on commit 0d2f3c8

Please sign in to comment.