mirror of
https://github.com/ceph/ceph
synced 2025-01-22 19:15:41 +00:00
7384a14f24
Fix the systemd units to use /etc/default instead of /etc/sysconfig. There is probably a better way... Signed-off-by: Sage Weil <sage@redhat.com>
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
# /etc/default/ceph
|
|
#
|
|
# Environment file for ceph daemon systemd unit files.
|
|
#
|
|
|
|
## use jemalloc instead of tcmalloc
|
|
#
|
|
# jemalloc is generally faster for small IO workloads and when
|
|
# ceph-osd is backed by SSDs. However, memory usage is usually
|
|
# higher by 200-300mb.
|
|
#
|
|
#LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
|