Message ID | CABZ+qqkpSxRYwKJbXVVhcx3i3ToRxQ+DH=CH+GdCtK1aJbh+2g@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- /tmp/ceph 2015-04-27 17:43:56.726216645 +0200 +++ /etc/init.d/ceph 2015-04-27 17:21:58.567859403 +0200 @@ -306,7 +306,7 @@ if [ -n "$SYSTEMD_RUN" ]; then cmd="$SYSTEMD_RUN -r bash -c '$files $cmd --cluster $cluster -f'" else - cmd="$files $wrap $cmd --cluster $cluster $runmode" + cmd="export TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728; $files $wrap $cmd --cluster $cluster $runmode" fi