I have been reading on universal law of scalability and found that we can model the relationship between (concurrency vs throughput) and (concurrency vs latency) using the equations derived from universal law of scalability.
I want to know whether we can apply the same equations to model the relationship between (heap size vs throughput) and (heap size vs latnecy).
NOTE Concurrency: Number of threads running simultaneously. Latency: Time difference between sending a request and receiving the response. Throughput: Amount of work done in unit time Heap size: Amount of memory allocated for the application
Thanks