Service get busy without any reason

Harshana Srimal9 months ago

I used local sql server and here is the config file.

[client-server]
# Port or socket location where to connect
# port = 3306
socket = /run/mysqld/mysqld.sock

# Import all .cnf files from configuration directory
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mariadb.conf.d/

[mysqld]
innodb_buffer_pool_size = 10G
innodb_log_file_size = 512M
innodb_flush_method = O_DIRECT
innodb_flush_log_at_trx_commit = 0

also, I followed https://www.traccar.org/optimization/ guide and made all the changes mentioned there.

Still, I'm facing the same issue.