MariaDB hit open_files_limit -> increase it
This commit is contained in:
@ -18,3 +18,4 @@ max_heap_table_size=16M
|
|||||||
join_buffer_size=4M
|
join_buffer_size=4M
|
||||||
aria_pagecache_buffer_size=8M
|
aria_pagecache_buffer_size=8M
|
||||||
aria_sort_buffer_size=8M
|
aria_sort_buffer_size=8M
|
||||||
|
open_files_limit=100000
|
||||||
|
2
etc/systemd/system/mariadb.service.d/custom.conf
Normal file
2
etc/systemd/system/mariadb.service.d/custom.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Service]
|
||||||
|
LimitNOFILE=100000
|
Reference in New Issue
Block a user