Lower MysqlInnodbBufferPoolSize to its old 128M default

Since Ie274854a73bf6fe3d99e8621175f81c69c9a878a merged we defaulted
MysqlInnodbBufferPoolSize to 1G. Let's keep it the same old 128M default
on smaller envs where memory is short.

Change-Id: I65b3d83a234d3d3e85c1aa1918dedc75c79dbec2
This commit is contained in:
Michele Baldessari 2021-02-17 08:31:46 +01:00
parent 8d612ea015
commit ac5f13c933
1 changed files with 1 additions and 0 deletions

View File

@ -25,3 +25,4 @@ parameter_defaults:
CephPoolDefaultPgNum: 16
NovaReservedHostMemory: 512
MysqlInnodbBufferPoolSize: '128M'