fix: put regular cache memory for dojo server
This commit is contained in:
@@ -7,4 +7,4 @@ mariadb_root_pass: !vault |
|
||||
39396636346563346135313431373630643536363838333964353636373437653166633761363664
|
||||
3437653064323138310a663363373736623931336432376466316666616234356133383263373136
|
||||
31343534663063663134306464306234366430323762656165653930333134326231
|
||||
mariadb_query_cache_memory: 128
|
||||
# mariadb_query_cache_memory: 128
|
||||
|
@@ -46,7 +46,7 @@ myisam_recover_options = BACKUP
|
||||
# * Query Cache Configuration
|
||||
#
|
||||
query_cache_limit = 16M
|
||||
query_cache_size = {{ mariadb_query_cache_memory}}M
|
||||
query_cache_size = {{ mariadb_query_cache_memory }}M
|
||||
|
||||
#
|
||||
# * Logging and Replication
|
||||
|
Reference in New Issue
Block a user