-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As per https://mariadb.com/kb/en/configuring-mariadb-for-optimal-performance/
- set innodb_buffer_pool_size to 80% of the amount of memory that should be used, defaults to 134217728 (128MB). Since 10.2.2, this can be set dynamically.
- set key_buffer_size to a very low value, like 64K (since not using myisam).
- set host_cache_size from default 128 to a low number (only ever connecting from 2 hosts).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels