
“Once again Saltmarch has knocked it out of the park with interesting speakers, engaging content and challenging ideas. No jetlag fog at all, which counts for how interesting the whole thing was.”
Cybersecurity Lead, PwC

“Very much looking forward to next year. I will be keeping my eye out for the date so I can make sure I lock it in my calendar.”
Software Engineering Specialist, Intuit

“Best conference I have ever been to with lots of insights and information on next generation technologies and those that are the need of the hour.”
Software Architect, GroupOn

“Happy to meet everyone who came from near and far. Glad to know you've discovered some great lessons here, and glad you joined us for all the discoveries great and small.”
Web Architect & Principal Engineer, Scott Davis

“Wonderful set of conferences, well organized, fantastic speakers, and an amazingly interactive set of audience. Thanks for having me at the events!”
Founder of Agile Developer Inc., Dr. Venkat Subramaniam

“What a buzz! The events have been instrumental in bringing the whole software community together. There has been something for everyone from developers to architects to business to vendors. Thanks everyone!”
Voltaire Yap, Global Events Manager, Oracle Corp.
Significant performance gains, often 10 to 40 percent, can be unlocked in Java workloads without touching a single line of source code. The JVM comes packed with tuning options that directly influence throughput, latency, startup time, and resource efficiency, yet many of these remain underutilized or poorly documented.
In this session, we will explore the "top 10 JVM performance tunables" that every developer and architect should know. Through real before-and-after examples, you will see how small configuration changes can lead to measurable improvements in workload efficiency.
We will cover practical tuning areas including memory (heap and GC tuning), execution (JIT controls and threading), startup and footprint (class sharing and AOT), container awareness (CPU, memory limits, and I/O tuning), and diagnostic tooling (JFR and async-profiler). You will also learn when a tuning helps, when it hurts, and how to evaluate trade-offs, especially in containerized and multi-tenant environments where defaults can be misleading.
Attendees will receive ready-to-use setup snippets for JFR, async-profiler, and /proc/[pid]/metrics to reproduce experiments and validate improvements in their own systems. You will leave with a practical JVM performance playbook to enhance application performance and resource utilization, without changing your code.
What You Will Learn
The 10 most impactful JVM tuning parameters for real-world workloads
How to balance throughput, latency, and startup time through configuration
Techniques for heap sizing, JIT tuning, and container-aware optimization
Diagnostic tools (JFR, async-profiler) for performance validation
Trade-offs and pitfalls in production tuning across different environments
Who Should Attend
Java developers, performance engineers, and architects looking to boost performance and efficiency through smart JVM tuning rather than code changes.