]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Option to set TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES 2103/head
authorAndy McCrae <andy.mccrae@gmail.com>
Mon, 23 Oct 2017 13:57:24 +0000 (14:57 +0100)
committerAndy McCrae <andy.mccrae@gmail.com>
Wed, 25 Oct 2017 13:38:36 +0000 (14:38 +0100)
commit7f6c39102d4fc1c9ec987fe3dd06693a94ad56fb
tree1095ef646d4cac23766d91abb1c9f0b7c3d9fd66
parentde99f9fb75237a0d573f6271ff3d853b40c93f79
Option to set TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES

Use "ceph_tcmalloc_max_total_thread_cache" to set the
TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES value inside /etc/default/ceph for
Debian installs, or /etc/sysconfig/ceph for Red Hat/CentOS installs.

By default this is set to 0, so the default package value will be used,
if specified this value will be changed to match the variable, and ceph
osd services will be restarted.
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-common/tasks/configure_memory_allocator.yml [new file with mode: 0644]
roles/ceph-common/tasks/main.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-osd/templates/ceph-osd-run.sh.j2