Tag: Java Virtual Machine
Tricks of the Trade: Tuning JVM Memory for Large-scale Services
Uber engineers share their learnings on how to tune a Java Virtual Machine so as to avoid long pauses and other issues with garbage collection.
Scaling Uber’s Customer Support Ticket Assistant (COTA) System with Deep Learning
Uber built the next generation of COTA by leveraging deep learning models, thereby scaling the system to provide more accurate customer support ticket predictions.
Demystifying RxJava Backpressure on Android at Uber Engineering
In this article, Uber Engineering shares our best practices for relieving RxJava backpressure on Android through targeted operators, more forgiving RxJava 1.x configurations, and RxJava 2.x.