Wednesday, September 22, 2021

Application Memory Optimisation

 An application must be set with enough memory to be able to function as per the SLA. It should not be under or over utilised.

Things to be considered while setting up memory :

-Review the static and cached objects.

-Apply chunking instead of many items together.

-Apply common thread pooling to control the load

-Use fault tolerant library link resilency4j, circuit breaker etc.

-Have cloudWatch alarm setup tuned with read/write usage.

No comments:

Post a Comment