From 0776e38570ca442e57c30d55fcf00ba3d6d05c42 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Thu, 8 Feb 2018 18:06:15 +0800 Subject: [PATCH] Decreasing RAM Usage by 40% Using jemalloc with Python & Celery at Zapier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e591e95..6d22f40 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [30x Performance Improvements on MySQLStreamer at Yelp](https://engineeringblog.yelp.com/2018/02/making-30x-performance-improvements-on-yelps-mysqlstreamer.html) * [Performance Monitoring with Riemann and Clojure at Walmart](https://medium.com/walmartlabs/performance-monitoring-with-riemann-and-clojure-eafc07fcd375) * [Improving Homepage Performance at Zillow](https://www.zillow.com/engineering/improving-homepage-performance/) +* [Decreasing RAM Usage by 40% Using jemalloc with Python & Celery at Zapier](https://zapier.com/engineering/celery-python-jemalloc/) ## Others * [Distributed Cron Architecture at Quora](https://engineering.quora.com/Quoras-Distributed-Cron-Architecture)