leb-bit

Results 16 comments of leb-bit

the same issue with https://github.com/kmesh-net/kmesh/issues/941 the maximum value of inner_map, 1300, so this issue occurred. When we create 163 virtualHosts in one routeConfigs, the array 163*sizeof(ptr) > 1300. This problem...

1、add the ads startup in quick start. 2、add routing, load balancing, grayscale, tcp grayscale

I tried to use [Inspektor-Gadget](https://www.inspektor-gadget.io/), but it couldn't account for the memory of the inner_map, so there was no memory change. ``` K8S.NODE PROGID TYPE NAME PID COMM RUNTIME RUNCOU…...

I used the bpftool command to view bpf_map and statistics, and found that there is memory change. I created 10000 services, and during the process, kmesh scale up ``` sudo...

I got the same errors after 16k services, We designed it based on 5000 services and 10w pod. https://github.com/kmesh-net/kmesh/issues/318#issuecomment-2114550669

We found that it was caused by pointer out-of-bounds. The struct Endpoint__LocalityLbEndpoints length exceeded the maximum value of inner_map, 1300, so this issue occurred. When we create 200 pods in...