Всем привет!
Работает Zabbix (около 600 узлов, на отдельном хосте крутится его БД.)
Параметры хоста БД - проц - 4 ядра, 4 гига оперативки.
Проблема - постепенно уменьшается свободная память.
v# free -hm
total used free shared buff/cache available
Mem: 3.9G 3.4G 110M 5.1M 412M 297M
Swap: 2.0G 42M 2.0G
График Zabbix:
https://pic4a.ru/iYEY/
Конфиг my.cnf:
cat /etc/mysql/my.cnf
#
# The Percona Server 5.7 configuration file.
#
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
# Please make any edits and changes to the appropriate sectional files
# included below.
#
[mysqld]
bind-address = 0.0.0.0
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
datadir = /var/lib/mysql
innodb_buffer_pool_size = 3048M
innodb_buffer_pool_instances=3
innodb_log_files_in_group = 2
innodb_log_file_size = 763M
innodb_flush_log_at_trx_commit = 2
innodb_flush_method = 'O_DIRECT'
[mysqldump]
quick
quote-names
max_allowed_packet = 16M
[mysql]
#no-auto-rehash # faster start of mysql but no tab completition
[isamchk]
key_buffer = 16M
Подскажите, куда копать. Заранее спасибо!