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

Increase sort_buffer_size for mariadb@noblogs

parent 178fac75
Branches
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
innodb_file_per_table: 0 innodb_file_per_table: 0
key_buffer_size: "64M" key_buffer_size: "64M"
thread_stack: "192K" thread_stack: "192K"
sort_buffer_size: "8M" sort_buffer_size: "64M"
tmp_table_size: "256M" tmp_table_size: "256M"
max_heap_table_size: "256M" max_heap_table_size: "256M"
join_buffer_size: "256K" join_buffer_size: "256K"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment