Skip to content
Snippets Groups Projects
Commit 816f174b authored by Chris Croome's avatar Chris Croome
Browse files

Defaults tweaked

parent be5ea12b
No related branches found
Tags 1.3.1
No related merge requests found
Pipeline #19950 failed
......@@ -6,14 +6,14 @@ mariadb_systemd_private_network: true
mariadb_systemd_private_tmp: true
# Performance settings
mariadb_join_buffer_size: 256K
mariadb_join_buffer_size: 8M
mariadb_open_files_limit: 122880
mariadb_table_open_cache: 4000
mariadb_tmp_table_size: 32M
mariadb_max_heap_table_size: "{{ mariadb_tmp_table_size }}"
mariadb_max_allowed_packet: 64M
mariadb_key_buffer_size: 16M
mariadb_max_connections: 100
mariadb_max_connections: 80
max_user_connections: 0
mariadb_table_cache: 64
mariadb_thread_concurrency: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment