Commit 8db422a0 authored by Romain Courteaud's avatar Romain Courteaud

Support innodb_buffer_pool_size

parent 520c9ed2
......@@ -54,6 +54,7 @@ class Recipe(GenericBaseRecipe):
mysql_test_database=self.options['test-database'],
mysql_test_user=self.options['test-user'],
mysql_test_password=self.options['test-password'],
innodb_buffer_pool_size=self.options['innodb-buffer-pool-size'],
)
mysql_binary = self.options['mysql-binary']
......
......@@ -37,6 +37,7 @@ test-user = erp5_test
test-database = erp5_test
mysql-test-database-base = testdb
mysql-test-user-base = testuser
innodb-buffer-pool-size = 1G
# Paths
wrapper = $${basedirectory:services}/mariadb
......
......@@ -61,7 +61,7 @@ command = grep parts ${buildout:develop-eggs-directory}/z2loganalyser.egg-link
[template-mariadb]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-mariadb.cfg
md5sum = bbbdf57eb5095b244897ed7e4a0825b9
md5sum = 17c71c2488d280267ad5130cfa22f52f
output = ${buildout:directory}/template-mariadb.cfg
mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment