mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
Decrease mariadb memory consumption
This commit is contained in:
parent
c67691541c
commit
ebd93239c2
@ -19,7 +19,7 @@ services:
|
||||
max-size: "1024k"
|
||||
max-file: "2"
|
||||
mysql:
|
||||
image: mariadb:10.5
|
||||
image: mariadb:10.6
|
||||
container_name: telegram-api-server-mysql
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@ -28,6 +28,7 @@ services:
|
||||
- ./.mysql:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
||||
command: ["mysqld", "--innodb-buffer-pool-size=16M"]
|
||||
networks:
|
||||
default:
|
||||
name: telegram-api-server
|
Loading…
Reference in New Issue
Block a user