mirror of
https://github.com/DanWin/hosting.git
synced 2025-08-25 14:13:26 +02:00
MariaDB hit open_files_limit -> increase it
This commit is contained in:
parent
e6ac79457f
commit
c9487adb1a
2 changed files with 3 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue