Kevin Baichoo
Kevin Baichoo
@soulxu seems like this needs merge to resolve conflict @ggreenway hope you are feeling better, can you take a look when you have a chance? Thank you! /wait
/assign @pradeepcrao Pradeep can you take a look as extension owner as Greg is OOO (sick). Thank you!
seems like CI is stuck and this needs a merge from main @LuyaoZhong /wait
max Heap Size is: 30MB heapShrinkPercent: 0.5 heapStopAcceptConnPercent: 0.7 Your application heap size ranges from 10MB - 22MB from the data provided, and for most of the provided samples page...
There are structures that get created from traffic e.g. stats that did exist in the initial state; as such we'd never go back to the initial heap size. I would...
the traffic we saw "pageheap_free" drops from some bytes to zero, why is the heap_size remains the same? [What is heap size]? > Heap size is from https://github.com/envoyproxy/envoy/blob/2f8b98691bec3df6dd47c88ef6524262e88dd4a7/source/common/memory/stats.cc#L67 in Envoy...
I think it's comparable to O(100Mb) use cases. I tested today with 1000 connections so that "heap_size" reaches >100 MB. > Would be useful to get the space usage for...
From https://github.com/envoyproxy/envoy/pull/22585 we now discount free mapped pages from the utilization calculation. Then my follow-up question is what consists of free memory regions? > From https://gperftools.github.io/gperftools/tcmalloc.html I *think* this is...
So in my opinion, more evaluation should be performed on how to improve "fixed_heap_size" measurement and what consists of free memory > @caoyukun0430 could you add stats for all of...