-
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: osd, do not auto tune osd-memory-target
As per ceph/ceph#26856 Ceph tunes the value of osd-memory-target when running the OSD process so there is no need to enforce it. We also set a safety factor to that value which has been calculated by the Ceph eng/perf team. Without this factor, the OSD will get OOM killed since it is consuming memory for other purposes too. Signed-off-by: Sébastien Han <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
14 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