]> 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>
Thu, 1 Jul 2021 13:45:54 +0000 (15:45 +0200)
commit3bd3dddcc2acdae11d7a71bafb6c78282b7f14d6
tree6dfa7ac58eda815262ce70f9f4e46c0f0d630526
parent676aad9ea257dc54b472aee4e269c5c278bde6b7
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>
(cherry picked from commit 9758e3c51303faf89d5c489f04539e278c49477e)
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