From ff2d131d63127fe0a0ccb7f8ec7f030f165a73fe Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 21 Jun 2018 10:47:27 +0200 Subject: [PATCH] Adding tunning variable dbMaxAllowedPacket --- dicos/25_bdd_server.xml | 3 +++ tmpl/tunning.cnf | 1 + 2 files changed, 4 insertions(+) diff --git a/dicos/25_bdd_server.xml b/dicos/25_bdd_server.xml index 926e8c1..8881942 100644 --- a/dicos/25_bdd_server.xml +++ b/dicos/25_bdd_server.xml @@ -94,6 +94,9 @@ non + + 32 + diff --git a/tmpl/tunning.cnf b/tmpl/tunning.cnf index 69ff48c..d2edbec 100644 --- a/tmpl/tunning.cnf +++ b/tmpl/tunning.cnf @@ -15,6 +15,7 @@ query_cache_size = %%getVar('dbQueryCacheSize') tmp_table_size = %%dbTmpTableSize max_heap_table_size = %%dbTmpTableSize +max_allowed_packet = %%dbMaxAllowedPacket %if %%dbEnableSlowQueryLogs == "oui" slow-query-log = 1