mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1317 from YunoHost/hotfix-mysql-buffer
[fix] sort_buffer_size too small to make nextcloud work
This commit is contained in:
commit
d14c482086
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ skip-external-locking
|
|||
key_buffer_size = 16K
|
||||
max_allowed_packet = 16M
|
||||
table_open_cache = 4
|
||||
sort_buffer_size = 256K
|
||||
sort_buffer_size = 4M
|
||||
read_buffer_size = 256K
|
||||
read_rnd_buffer_size = 256K
|
||||
net_buffer_length = 2K
|
||||
|
|
Loading…
Add table
Reference in a new issue