]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Option to set TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES 2108/head
authorAndy McCrae <andy.mccrae@gmail.com>
Mon, 23 Oct 2017 13:57:24 +0000 (14:57 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 25 Oct 2017 15:36:21 +0000 (17:36 +0200)
commitf7fa6ca9938f8621ac56fca43140b9272a52981f
tree39464881f13c5bd4940c52012314bf3cd8f3809d
parent40b179cfaf6c685a852bf60bb1971dd19a06a48c
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.

(cherry picked from commit 7f6c39102d4fc1c9ec987fe3dd06693a94ad56fb)
Signed-off-by: Sébastien Han <seb@redhat.com>
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