]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: set tcmalloc value by default
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 29 Jun 2021 17:24:29 +0000 (13:24 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 30 Jun 2021 18:30:55 +0000 (20:30 +0200)
commit9758e3c51303faf89d5c489f04539e278c49477e
treed218d3f8d46fbe02b37cde06ac39e245c0cf67e5
parenta05730b38aba12478269c22887178c2917578cbe
container: set tcmalloc value by default

All ceph daemons need to have the TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES
environment variable set to 128MB by default in container setup.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1970913
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-common/tasks/configure_memory_allocator.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2
site.yml.sample