Making the JVM Fly - Experiences With Enterprise JVM Performance Tuning
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore enterprise JVM performance tuning techniques in this 55-minute conference talk from GOTO Aarhus 2012. Dive into real-world scenarios addressing memory usage, object creation, I/O throttling, serialization, benchmarking, and testing. Learn how small changes can significantly impact JVM application performance, when to prioritize optimization over object-oriented elegance, and the true impact of object allocation on modern JVMs. Gain insights into developer misconceptions about bottlenecks and discover practical approaches to JVM tuning. The presentation covers topics such as working with byte arrays instead of strings, managing memory efficiently, avoiding over-engineering, and understanding JVM memory allocation. Includes demonstrations of useful tools for performance optimization and real-world examples from the speaker's experience as CTO and founder of Incept5.
Syllabus
Introduction
Landing on the beach New Zealand
White Island Volcano in New Zealand
The Olgas Australia
Parking at the pub Australia
On to data processing
Strings and Collections
Strings in Java
The JVM will take care of it!
Working with byte[] instead of String
A side line...
Too much memory
Over-engineering
What's wrong with disk!
Understanding the JVM memory
Some useful tools
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube