I have a dedicated Zabbix SQl running MariaDB ver.15.1 on an Ubuntu 24.04 and when the memory utilization approached 78 or better precent, the SQL service restart. Not sure what is causing this or what settings need to ne adjusted. This is a physical server with 380GB of ram. I looked at the InnoDB settings but not sure if any need to be adjusted: Current version of Zabbix is 7.4.8
innodb_buffer_pool_size = 285G
innodb_log_file_size = 16G
innodb_log_buffer_size = 256M
innodb-file-per-table = 1
innodb_buffer_pool_instances = 16
innodb_old_blocks_time = 1000
innodb_stats_on_metadata = off
innodb-flush-method = O_DIRECT
innodb-flush-log-at-trx-commit = 2
innodb_read_io_threads = 64
innodb_write_io_threads = 64
innodb_io_capacity = 2000
innodb_io_capacity_max = 15000
connect_timeout = 10
table_open_cache_instances = 32
table_open_cache = 16000
innodb_buffer_pool_size = 285G
innodb_log_file_size = 16G
innodb_log_buffer_size = 256M
innodb-file-per-table = 1
innodb_buffer_pool_instances = 16
innodb_old_blocks_time = 1000
innodb_stats_on_metadata = off
innodb-flush-method = O_DIRECT
innodb-flush-log-at-trx-commit = 2
innodb_read_io_threads = 64
innodb_write_io_threads = 64
innodb_io_capacity = 2000
innodb_io_capacity_max = 15000
connect_timeout = 10
table_open_cache_instances = 32
table_open_cache = 16000
Comment