Philippe Guibert
Philippe Guibert
frrbot complains. please fix it, so that we can merge it.
I just read the reload.py script. It seems ```running configuration is read and slurp it into internal memory``` I suppose that the reload.py script should be improved to make it...
> will the work in the open PR about memory footprint in vtysh show commands ( #16498 ) help with this - have you tried that diff in this scenario?...
> Assuming I'm looking at the right code, I'm guessing that command emits a json that looks a bit like: > > ``` > {"vrfs": { "": { > "protocols":...
As additional test done, without changing the json model, I could see that the vty_json_no_pretty() function takes a lot of memory. ``` text = json_object_to_json_string_ext() json_object_free(json); ``` if the call...
> I'm pretty ok with making such a change. Although I really don't understand how what @pguibert6WIND has done here will actually solve the problem that is being stated. I...
> I have reservations about this: if a system is so loaded that it is running seconds behind, as in the description, should it be prioritizing more connections and more...
> You don't explain how this helps, given the way the system works. If I have 998 peers that means I possibly have 998 events that are _before_ the new...
moving it to draft to decide of the future of this commit: - to propose better solution to anticipate bgp open message handling. it becomes clear it is not significant...
@chiragshah6 , any feedback ?