Hi everyone,
(Sorry if my English grammar is not good andI cannot post more than one embedded media)
I’m running Couchbase 7.1.3 on Docker and I limit Couchbase container memory to 20Gb.
When I exec to Couchbase container anh call API localhost:8091/pools/default
I met some message like:
Then I check current bucket memory quota of my main bucket dt2base
using couchbase-cli bucket-list
. The usage rate is about 65%
To be more careful, I check current Couchbase usage memory by using docker stats
, and I see memory usage barely being around 50% of the maximum, mostly 6-10Gb / 20Gb.
Then I check reports.log
file:
=========================NOTICE REPORT=========================
alarm_handler: {set,{system_memory_high_watermark,[]}}
[error_logger:info,2024-04-12T03:20:36.640Z,ns_1@cb.local:alarm_handler<0.130.0>:ale_error_logger_handler:do_log:101]
=========================NOTICE REPORT=========================
alarm_handler: {clear,system_memory_high_watermark}
[error_logger:info,2024-04-12T03:22:36.666Z,ns_1@cb.local:alarm_handler<0.130.0>:ale_error_logger_handler:do_log:101]
With the above results, I really don’t understand what the critical messages about memory are really talking about.
I’m a DevOps newbie, so when I saw critical notices about memory, I was very scared because this is a production environment.
Please help me solve this problem huhu.
Thank you for reading my question!