[fix] sort_buffer_size too small to make nextcloud work

This commit is contained in:
ljf (zamentur) 2021-09-08 10:45:43 +02:00 committed by GitHub
parent 1730f84b8c
commit 0727224c9d
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