Changes between Version 1 and Version 2 of Ticket #1873, comment 10


Ignore:
Timestamp:
10/29/19 05:24:50 (4 years ago)
Author:
honghaier250@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1873, comment 10

    v1 v2  
    11When using the wrk with 60,000 concurrent connection test, I found that the RES value will not exceed 4G (always maintained at around 3.5G), but RES will gradually increase until 3.5G on first a few times test.
    22
    3 However, when the number of concurrent connections exceeds 60,000 (such as 120,000), the RES will grow again, finally invoked oom-killer.
     3However, when the number of concurrent connections exceeds 60,000 (such as 120,000), the RES will grow again. With more and more concurrent connections, nginx process finally invoke oom-killer.
    44
    55so my question is: