MariaDB Server Performance Optimieren

In /etc/mysql/mariadb.conf.d/50-server.cnf

[mysqld]

#my custom changes
innodb_buffer_pool_size = 8G
query_cache_size=256M

 

 

Comments

After my changes in /etc/mysql/db-performance.cnf

# next values added by Plesk Performance Booster
[mysqld]
innodb_flush_log_at_trx_commit = 2
innodb_flush_neighbors = 0
innodb_flush_method = O_DIRECT_NO_FSYNC
innodb_io_capacity = 450
innodb_random_read_ahead = ON
table_open_cache = 2000
#innodb_buffer_pool_size = 134217728
innodb_log_file_size = 33554432

# my changes 2
innodb_buffer_pool_size = 8G
query_cache_size = 256M


# values above added by Plesk Performance Booster

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare