Changes between Version 1 and Version 3 of Ticket #2614
- Timestamp:
- 03/13/24 04:31:36 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2614 – Description
v1 v3 6 6 7 7 [simple topology picture, please append https:/] 8 [https://trac.nginx.org/nginx/attachment/ticket/2614/vanilla_nginx_400k_conn_grpc.png] 9 [https://trac.nginx.org/nginx/attachment/ticket/2614/nginx_simple_topology.png] 8 10 drive.usercontent.google.com/download?id=12QLfhidHyKAiB4Z4S7WiODfNPlwdenU8&export=view&authuser=0 9 11 … … 17 19 18 20 [massif analyzer graph picture] 21 [https://trac.nginx.org/nginx/attachment/ticket/2614/nginx_memory_massif.png] 19 22 [https://drive.usercontent.google.com/download?id=1FZ40HtHeWXDPFVgw9lk86Nv4AzadGo4Z&export=view&authuser=0] 20 23 … … 28 31 29 32 So it would be very helpful to share recommendations for this issue. 33 34 *** Here is update 2024 MAR 13th *** 35 During a recent test, we found that the connection itself doesn't bring up the memory leak issue but the gRPC stream's message does. 36 With the same number of connections, we have doubled the number of the gRPC stream's messages and it shows almost doubled memory consumption. 37 38 [https://trac.nginx.org/nginx/attachment/ticket/2614/grpc-message-memory-ratio.png] 39 30 40 31 41 Here are the configuration files