Sipwise hat on
We noticed that pkg memory was getting exhausted and we found out that pv_cache_add() was the origin of the allocations.
We are using $xavp(user_<UUID>)
variables that, for sure, are kind of dynamic.
There is a pv_cache_drop() that tries to remove $sht()
occurrences when the cache is about to be filled but in our case that's not helping.
WARNING: ROUTE_SET_CALLEE_DIALOG_TOTAL <core> [core/pvapi.c:340]: pv_cache_add(): pv cache limit is going to be exceeded - pkg memory may get filled with pv declarations
WARNING: dialog:failed <core> [core/pvapi.c:340]: pv_cache_add(): pv cache limit is going to be exceeded - pkg memory may get filled with pv declarations
Possible solutions that came on the top of my head:
Any thoughts about this?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.