Skip to content
Snippets Groups Projects
Commit 178fac75 authored by ale's avatar ale
Browse files

Increase sort_buffer_size for mariadb@users

parent c227abe6
Branches
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
mariadb_settings: mariadb_settings:
key_buffer_size: "{{ mariadb_users_key_buffer_size }}" key_buffer_size: "{{ mariadb_users_key_buffer_size }}"
thread_stack: "192K" thread_stack: "192K"
sort_buffer_size: "8M" sort_buffer_size: "512M"
tmp_table_size: "256M" tmp_table_size: "512M"
max_heap_table_size: "256M" max_heap_table_size: "512M"
join_buffer_size: "512K" join_buffer_size: "512K"
query_cache_limit: 1048576 query_cache_limit: 1048576
query_cache_size: "128M" query_cache_size: "128M"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment