Skip to content

Commit

Permalink
reduce mariadb innodb memory usage to 1GB (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshryane authored and MiguelAHM committed Apr 11, 2024
1 parent 76d9535 commit 56dbc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ release:
- mysql -uroot -proot -h mariadb -e "CREATE USER 'dbint'@'%' IDENTIFIED BY '';"
- mysql -uroot -proot -h mariadb -e "GRANT ALL ON *.* TO 'dbint'@'%' WITH GRANT OPTION;"
- mysql -uroot -proot -h mariadb -e "SET GLOBAL innodb_file_per_table = 0;"
- mysql -uroot -proot -h mariadb -e "SET GLOBAL innodb_buffer_pool_size = 2147483648;"
- mysql -uroot -proot -h mariadb -e "SET GLOBAL innodb_buffer_pool_size = 1073741824;"
- mysql -uroot -proot -h mariadb -e "SET GLOBAL max_connections=10000;"
services: &mariadb_service
- mariadb:10.2
Expand Down

0 comments on commit 56dbc2e

Please sign in to comment.