This file is indexed.

/usr/share/tripleo-heat-templates/environments/low-memory-usage.yaml is in python-tripleo-heat-templates 5.2.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
# Lower the memory usage of overcloud.
parameter_defaults:
  CeilometerWorkers: 1
  CinderWorkers: 1
  GlanceWorkers: 1
  HeatWorkers: 1
  KeystoneWorkers: 1
  NeutronWorkers: 1
  NovaWorkers: 1
  SaharaWorkers: 1
  SwiftWorkers: 1
  GnocchiMetricdWorkers: 1

  ApacheMaxRequestWorkers: 32
  ApacheServerLimit: 32

  ControllerExtraConfig:
      'nova::network::neutron::neutron_url_timeout': '60'