So I have this server that has the following settings under my.cnf
:
[mysqld]
event_scheduler = off
max_connections = 1200
wait_timeout = 60
#connect_timeout = 30
interactive_timeout = 60
innodb_buffer_pool_size = 134217728
max_allowed_packet = 32M
#open_files_limit = 80000
innodb_file_per_table = 1
The server gives the following errors:
Aborted connection 344 to db:****(Got Timeout)
Aborted connection 344 to db:****(Got Timeout)
It lags with a 32 GB Ram and 16 CPU cores.
Any assistance on this will be appreciated.
I have tried increasing the wait timeout to 180 seconds but I still have the lag issue.