xinyiZzz opened a new issue, #11152:
URL: https://github.com/apache/doris/issues/11152
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   6963c41a049a564aa30bbb4a6f90cb3dccf2a260
   
   ### What's Wrong?
   
   Suspected BE memory leak, the memory increases by about 400M every time 
after running regression-test.
   
   1. 
   by top -p pid
       PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ 
COMMAND
   2947039 liyifan   20   0   14.2g   **3.9g**  70424 S  13.3   3.2  16:51.08 
doris_be
   
   by memtracker
   memtracker mem_usage: 3466189368, generic.total_physical_bytes 4330799104
   
   2.
   by top -p pid
       PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ 
COMMAND
   2947039 liyifan   20   0   15.5g   **4.5g**  70616 S  13.3   3.6  34:23.65 
doris_be
   
   by memtracker
   memtracker mem_usage: 3832933824, generic.total_physical_bytes 4936269824
   
   3.
   by top -p pid
       PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ 
COMMAND
   2947039 liyifan   20   0   16.1g   **4.8g**  70616 S  13.3   3.9  51:56.83 
doris_be
   
   by memtracker
   memtracker mem_usage: 4257143536, generic.total_physical_bytes 5388296192
   
   4.
   by top -p pid
       PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ 
COMMAND
   2947039 liyifan   20   0   16.7g   **5.2g**  70616 S  32.0   4.2  70:55.34 
doris_be
   
   by memtracker
   memtracker mem_usage: 4664611576, generic.total_physical_bytes 5762965504
   
   5.
   by top -p pid
       PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ 
COMMAND
   2947039 liyifan   20   0   21.4g   **5.6g**  70616 S  13.3   4.6 107:48.27 
doris_be
   
   by memtracker
   memtracker mem_usage: 5043122456, generic.total_physical_bytes 6208643072
   
   
   ### What You Expected?
   
   no leak
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to