Allocated Memory for Request much higher than Used Memory

:grinning:

Thanks for your patience and for clarifying - I just wanted to be 100% certain about that point.

I’m getting closer to narrowing down what portions of the request are driving up the memory usage. This is a FW/1 app, and I found that some portion of the memory was being generated while the framework rendered the response. In light of your above explanation, this makes sense.

There are no other obvious memory culprits, but on Development I’m trying to narrow down each step of the request’s lifecycle.

Again, really appreciate your help with this - I’m leaving it with a better understanding of the data that FR is presenting (and how to track down the causes of higher memory requests).