These 3 settings fixed the issue. I do not know which one exactly.
innodb_flush_neighbors = 0
thread_cache_size = 100
table_open_cache = 50000
These 3 settings fixed the issue. I do not know which one exactly.
innodb_flush_neighbors = 0
thread_cache_size = 100
table_open_cache = 50000
Today this issue occured again, and I have fixed it by commenting the thread_cache_size
and table_open_cache
options out.