> Markdown version of [/events/world-congress-2025/sessions/623-high-performance](https://www.wearedevelopers.com/events/world-congress-2025/sessions/623-high-performance). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # High performance Serverless Java on AWS - **Date:** Thursday, Jul 10, 2025 - **Time:** 14:50–15:20 (30 min) - **Room:** Stage 4 - **Event:** World Congress 2025 - **Tags:** aws, cloud, java, performance, serverless ## Recording [Watch recording](https://www.wearedevelopers.com/videos/1555-high-performance-serverless-java-on-aws) ## Description Java is for many years one of the most popular programming languages, but it used to have hard times in the Serverless community. Java is known for its high cold start times and high memory footprint, comparing to other programming languages like Node.js and Python. In this talk I'll look at the general best practices and techniques we can use to decrease memory consumption and cold start times for Java Serverless applications on AWS Lambda including GraalVM (Native Image) and AWS own offering SnapStart based on Firecracker microVM snapshot and restore and CRaC (Coordinated Restore at Checkpoint) runtime hooks. I'll also provide Lambda functions performance (cold and warm start times) benchmarking for: -Deployment package sizes -Lambda memory settings -Java compilation options -Managing Lambda dependencies with Lambda layers -Choice of garbage collection algorithm -Choice of hardware architecture x86 vs arm64 -HTTP (a)synchronous clients ## Speaker ### [Vadym Kazulkin](https://www.wearedevelopers.com/@vadym-kazulkin) Head of Development at ip.labs in Bonn, Germany ## Related talks at this congress - [CRaCing Java Snapshots](https://www.wearedevelopers.com/events/world-congress-2025/sessions/867-cracing-java) — Pasha Finkelshteyn - [30 powerful AWS hacks in just 30 minutes: Boost your developer productivity](https://www.wearedevelopers.com/events/world-congress-2025/sessions/499-30-powerful-aws) — Modood Alvi - [Trash Talk - Exploring the memory management in the JVM](https://www.wearedevelopers.com/events/world-congress-2025/sessions/849-trash-talk-exploring) — Gerrit Grunwald - [Developer Joy with Quarkus](https://www.wearedevelopers.com/events/world-congress-2025/sessions/498-developer-joy-with) — Daniel Oh