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:
parent
8d612ea015
commit
ac5f13c933
@ -25,3 +25,4 @@ parameter_defaults:
|
|||||||
CephPoolDefaultPgNum: 16
|
CephPoolDefaultPgNum: 16
|
||||||
|
|
||||||
NovaReservedHostMemory: 512
|
NovaReservedHostMemory: 512
|
||||||
|
MysqlInnodbBufferPoolSize: '128M'
|
||||||
|
Loading…
Reference in New Issue
Block a user