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
I have a limit of 6 Mi request body size. I've noticed, that for requests coming below that limit, the memory level is steady. When I bombard the endpoint with requests of 12 Mi, the memory footprint starts increasing. It starts increasing quite rapidly, then slows down, maybe it settles on some point (after some time memory consumption stopped at 1.2Gi, while usually I have 150 Mi usage on this particular service). I tried to reproduce it locally and it behaved the same. With requests below limit it stabilized pretty quickly, but with requests above the limit it keeps increasing. The example:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a limit of 6 Mi request body size. I've noticed, that for requests coming below that limit, the memory level is steady. When I bombard the endpoint with requests of 12 Mi, the memory footprint starts increasing. It starts increasing quite rapidly, then slows down, maybe it settles on some point (after some time memory consumption stopped at 1.2Gi, while usually I have 150 Mi usage on this particular service). I tried to reproduce it locally and it behaved the same. With requests below limit it stabilized pretty quickly, but with requests above the limit it keeps increasing. The example:
the client code
Is this expected behavior due to some caching? Can one change the behavior to free up the memory?
Thanks for responses in advance
Beta Was this translation helpful? Give feedback.
All reactions