Files
osrg-gobgp/api
Vladislav Grishenko 146b2b8f59 server: improve ListPath's memory consumption with batched send
With a lot of paths (hundreds of thousands) gobgp may oom or
stuck in swapping.
Allow to specify max batch size via grpc and keep unlimited batch
size by default since 21093fbc87
without preallocation on the first run, so it still should not
affect perfomance/allocations with small ammount of paths.

Signed-off-by: Vladislav Grishenko <themiron@yandex-team.ru>
2023-10-02 14:42:52 +09:00
..
2023-09-06 11:14:47 +03:00