tripleo-heat-templates/environments/low-memory-usage.yaml
Giulio Fidente 1f0f6f3328 Remove Ceph cluster replica and PG num from low-memory-usage.yaml
The Ceph setting might be useful in CI but do now lower the memory
consumption and are actually harmful because misconfigure the
cluster without replicas which makes it also useless to test any
upgrade or update scenario.

Change-Id: Iefb9cd3b619874c2374e0eeb6db374233583094f
2021-03-17 12:56:57 +01:00

25 lines
517 B
YAML

# Lower the memory usage of overcloud.
parameter_defaults:
CinderWorkers: 1
GlanceWorkers: 1
HeatWorkers: 1
KeystoneWorkers: 1
NeutronWorkers: 1
NeutronMetadataWorkers: 1
NovaWorkers: 1
NovaSchedulerWorkers: 1
SwiftWorkers: 1
PlacementWorkers: 1
GnocchiMetricdWorkers: 1
ApacheMaxRequestWorkers: 100
ApacheServerLimit: 100
ControllerExtraConfig:
'nova::network::neutron::timeout': '60'
DatabaseSyncTimeout: 900
NovaReservedHostMemory: 512
MysqlInnodbBufferPoolSize: '128M'