You're most welcome!

I'd say that real leak issues are very rare. For example, these are my OSDs
with memory target=16GB which have been running for quite a while, as you
can see they don't exceed 16 GB RSS:

     PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+
COMMAND
  92298 167       20   0   18.7g  15.8g  12264 S   1.3   4.2   1974:06
ceph-osd
  94527 167       20   0   19.5g  15.8g  12248 S   2.3   4.2   2287:26
ceph-osd
  93749 167       20   0   19.1g  15.7g  12804 S   2.3   4.2   1768:22
ceph-osd
  89534 167       20   0   20.1g  15.7g  12412 S   4.0   4.2   2512:18
ceph-osd
3706552 167       20   0   20.5g  15.7g  15588 S   2.3   4.2   1385:26
ceph-osd
  90297 167       20   0   19.5g  15.6g  12432 S   3.0   4.1   2261:00
ceph-osd
   9799 167       20   0   22.9g  15.4g  12432 S   2.0   4.1   2494:00
ceph-osd
   9778 167       20   0   23.1g  15.3g  12556 S   2.6   4.1   2591:25
ceph-osd
   9815 167       20   0   23.4g  15.1g  12584 S   2.0   4.0   2722:28
ceph-osd
   9809 167       20   0   22.3g  15.1g  12068 S   3.6   4.0   5234:52
ceph-osd
   9811 167       20   0   23.4g  14.9g  12952 S   2.6   4.0   2593:19
ceph-osd
   9819 167       20   0   23.9g  14.9g  12636 S   2.6   4.0   3043:19
ceph-osd
   9820 167       20   0   23.3g  14.8g  12884 S   2.0   3.9   3073:43
ceph-osd
   9769 167       20   0   22.4g  14.7g  12612 S   2.6   3.9   2840:22
ceph-osd
   9836 167       20   0   24.0g  14.7g  12648 S   2.6   3.9   3300:34
ceph-osd
   9818 167       20   0   22.0g  14.7g  12152 S   2.3   3.9   5729:06
ceph-osd

Long story short, if you set reasonable targets, OSDs are unlikely to
exceed them during normal operations. If you set memory targets too low, it
is likely that they will be exceeded as OSDs need reasonable amounts of
memory to operate.

/Z

On Thu, 16 Nov 2023 at 08:37, Nguyễn Hữu Khôi <nguyenhuukho...@gmail.com>
wrote:

> Hello. Thank you very much for your explanation.
>
> Because I thought that  osd_memory_target will help me limit OSD memory
> usage which will help prevent memory leak - I tried google and many people
> talked about memory leak. A nice man, @Anthony D'Atri <a...@dreamsnake.net> ,
> on this forum helped me to understand that it wont help to limit OSD usage.
>
> I set it to 1GB because I want to see how this option works.
>
> I will read and test with caches options.
>
> Nguyen Huu Khoi
>
>
> On Thu, Nov 16, 2023 at 12:23 PM Zakhar Kirpichenko <zak...@gmail.com>
> wrote:
>
>> Hi,
>>
>> osd_memory_target is a "target", i.e. an OSD make an effort to consume up
>> to the specified amount of RAM, but won't consume less than required for
>> its operation and caches, which have some minimum values such as for
>> example osd_memory_cache_min, bluestore_cache_size,
>> bluestore_cache_size_hdd, bluestore_cache_size_ssd, etc. The recommended
>> and default OSD memory target is 4 GB.
>>
>> Your nodes have a sufficient amount of RAM, thus I don't see why you
>> would want to reduce OSD memory consumption below the recommended defaults,
>> especially considering that in-memory caches are important for Ceph
>> operations as they're many times faster than the fastest storage devices. I
>> run my OSDs with osd_memory_target=17179869184 (16 GB) and it helps,
>> especially with slower HDD-backed OSDs.
>>
>> /Z
>>
>> On Thu, 16 Nov 2023 at 01:02, Nguyễn Hữu Khôi <nguyenhuukho...@gmail.com>
>> wrote:
>>
>>> Hello,
>>> I am using a CEPH cluster. After monitoring it, I set:
>>>
>>> ceph config set osd osd_memory_target_autotune false
>>>
>>> ceph config set osd osd_memory_target 1G
>>>
>>> Then restart all OSD services then do test again, I just use fio commands
>>> from multi clients and I see that OSD memory consume is over 1GB. Would
>>> you
>>> like to help me understand this case?
>>>
>>> Ceph version: Quincy
>>>
>>> OSD: 3 nodes with 11 nvme each and 512GB ram per node.
>>>
>>> CPU: 2 socket xeon gold 6138 cpu with 56 cores per socket.
>>>
>>> Network: 25Gbps x 2 for public network and 25Gbps x 2 for storage
>>> network.
>>> MTU is 9000
>>>
>>> Thank you very much.
>>>
>>>
>>> Nguyen Huu Khoi
>>> _______________________________________________
>>> ceph-users mailing list -- ceph-users@ceph.io
>>> To unsubscribe send an email to ceph-users-le...@ceph.io
>>>
>>
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to