-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ceph.spec: install /etc/sysconfig/ceph
Make it easy to enable jemalloc, too. Signed-off-by: Sage Weil <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# /etc/sysconfig/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/lib64/libjemalloc.so.1 |