Decreasing RAM Usage by 40% Using jemalloc with Python & Celery at Zapier

This commit is contained in:
Benny Nguyen 2018-02-08 18:06:15 +08:00
parent a84ffc8601
commit 0776e38570

View File

@ -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)