Talks
Events

Memory Efficient Java

Kirk Pepperdine at GOTOpia Europe 2020

When developers and operations are asked what their biggest performance bottleneck is, Kirk finds that it is rare that memory inefficiency comes up as an answer.
Unfortunately, this runs counter to the observation that 60% of all applications are memory-inefficient.
Quite often this memory inefficiency hides as lower application throughput and longer, more frequent tail latency events, meaning that other things often take the blame. In this talk, Kirk will look at the telltale signs that your application is in that 60% and the steps you can take to attack ...