Skip to content
Snippets Groups Projects
Commit e804bf5c authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Support for increasing thread cache size in TCMalloc."

parents a6713207 76c500fb
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,9 @@ ceph_rgw_image_full: "{{ ceph_rgw_image }}:{{ ceph_rgw_tag }}"
####################
osd_initial_weight: "1"
# Increase tcmalloc cache size
ceph_tcmalloc_tc_bytes: "134217728"
####################
## Ceph_rgw_keystone
####################
......
......@@ -37,6 +37,7 @@
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
OSD_ID: "{{ item.0.stdout }}"
JOURNAL_PARTITION: "{{ item.1.journal }}"
TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES: "{{ ceph_tcmalloc_tc_bytes }}"
image: "{{ ceph_osd_image_full }}"
name: "ceph_osd_{{ item.0.stdout }}"
pid_mode: "host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment