Merge pull request #1317 from YunoHost/hotfix-mysql-buffer

[fix] sort_buffer_size too small to make nextcloud work
This commit is contained in:
Alexandre Aubin 2021-09-09 15:19:59 +02:00 committed by GitHub
commit d14c482086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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