Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
slapos
Commits
8db422a0
Commit
8db422a0
authored
Dec 29, 2011
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support innodb_buffer_pool_size
parent
520c9ed2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
slapos/recipe/generic_mysql/__init__.py
slapos/recipe/generic_mysql/__init__.py
+1
-0
software/erp5/instance-mariadb.cfg
software/erp5/instance-mariadb.cfg
+1
-0
software/erp5/software.cfg
software/erp5/software.cfg
+1
-1
No files found.
slapos/recipe/generic_mysql/__init__.py
View file @
8db422a0
...
...
@@ -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'
]
...
...
software/erp5/instance-mariadb.cfg
View file @
8db422a0
...
...
@@ -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
...
...
software/erp5/software.cfg
View file @
8db422a0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment