seb-server/docker/testing/basic/config/mariadb/config.cnf

15 lines
310 B
INI

[mysqld]
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# network
connect_timeout = 61
wait_timeout = 28800
max_connections = 100000
max_allowed_packet = 256M
max_connect_errors = 1000000
skip_external_locking
#memory
innodb_buffer_pool_size=1G