FDio / govpp

Go toolset for the VPP.
Apache License 2.0
185 stars 81 forks source link

Memory leak prevention proposal #189

Open VladoLavor opened 5 months ago

VladoLavor commented 5 months ago

The thread servers for discussion on how to properly implement an automatic process checking the memory consumption of GoVPP, mainly the API processing.

The process should measure the memory footprint of the transport library regularly and compare it with reference numbers. This would help us to identify code changes with improper memory management.