From 9601e6288aa497e1643da45481f7ad81804295da Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Sat, 10 Jul 2021 09:26:57 +0800 Subject: [PATCH] Memory Tuning a High Throughput Microservice at Flipkart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a593c3e..9c7b230 100644 --- a/README.md +++ b/README.md @@ -621,6 +621,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Optimizing JVM at Alibaba](https://www.youtube.com/watch?v=X4tmr3nhZRg) * [Tuning JVM Memory for Large-scale Services at Uber](https://eng.uber.com/jvm-tuning-garbage-collection/) * [Solr Performance Tuning at Walmart](https://medium.com/walmartglobaltech/solr-performance-tuning-beb7d0d0f8d9) + * [Memory Tuning a High Throughput Microservice at Flipkart](https://tech.flipkart.com/memory-tuning-a-high-throughput-microservice-ed57b3e60997) * [Performance Optimization on Image, Video, Page Load](https://developers.google.com/web/fundamentals/performance/why-performance-matters/) * [Optimizing 360 Photos at Scale at Facebook](https://code.facebook.com/posts/129055711052260/optimizing-360-photos-at-scale/) * [Reducing Image File Size in the Photos Infrastructure at Etsy](https://codeascraft.com/2017/05/30/reducing-image-file-size-at-etsy/)