]> git-server-git.apps.pok.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:46:06 +0000 (15:46 +0200)
commit4ce49927f7b15f144aa2c9700ef3187291675a0e
tree78aa42b92641aa50ac2f4bc26b6621af6d4919dd
parent22fd0846a7558b604b13281a3602d7765709ee46
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