Adding tunning variable dbMaxAllowedPacket
This commit is contained in:
parent
8f5aaff1de
commit
ff2d131d63
|
@ -94,6 +94,9 @@
|
|||
<variable name="dbAutoOptimizeAndRepare" type="oui/non" description="Activer l'autoréparation et optimisation de toutes les bases de données">
|
||||
<value>non</value>
|
||||
</variable>
|
||||
<variable name="dbMaxAllowedPacket" type='number' description="Taille maximum d'un paquet (en Mo)">
|
||||
<value>32</value>
|
||||
</variable>
|
||||
</family>
|
||||
|
||||
<family name="Database Cluster">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue