mariadb: Korrigiere Syntax
This commit is contained in:
parent
b67ed55aed
commit
a52d5b0c3e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ long_query_time = 10
|
|||
log_slow_rate_limit = 1000
|
||||
log_slow_verbosity = query_plan
|
||||
|
||||
{% if inventory_hostname != "database.sao %}
|
||||
{% if inventory_hostname != "database.sao" %}
|
||||
innodb_buffer_pool_size = {{ (ansible_memtotal_mb / 1024 * 0.8) | round (0, 'floor') | int }}G
|
||||
innodb_log_file_size = 256M
|
||||
innodb_log_buffer_size = 4M
|
||||
|
|
Loading…
Reference in a new issue