You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently upgraded from 2.26.3 to 2.28.7 and are observing much higher memory usage. Comparing v8 heap snapshots taken days apart suggests that Kadira.docSzCache may be responsible for the majority of the increase (~200mb).
What is the expected behavior of this feature with regards to memory usage?
I see that this cache is defaulting to 100000 items:
We recently upgraded from 2.26.3 to 2.28.7 and are observing much higher memory usage. Comparing v8 heap snapshots taken days apart suggests that
Kadira.docSzCache
may be responsible for the majority of the increase (~200mb).What is the expected behavior of this feature with regards to memory usage?
I see that this cache is defaulting to 100000 items:
kadira/lib/kadira.js
Line 20 in 32b4ddc
Is there anyway to disable document size tracking and/or change this value to see the impact it has on memory usage?
The text was updated successfully, but these errors were encountered: