JAX London is a premier conference for Java and Software Architecture, featuring industry experts. In 2025, architect Ram Lakshmanan discussed “JVM HEAP VS NATIVE MEMORY LEAKS.” He outlined detection, troubleshooting, and forecasting techniques for both types of memory leaks, using real production incidents to illustrate effective prevention strategies.
Best practices for preventing Java OutOfMemoryError
Coming soon...
JAX MAINZ 2025 – HOW TO TROUBLESHOOT 9 TYPES OF OUTOFMEMORYERROR
Every October, JAX BY ENTWICKLER.DE hosts a five-day conference for Java and Software Architecture enthusiasts. This year, architect Ram Lakshmanan presented on troubleshooting the nine types of OutOfMemoryError in Java. The session covered causes, diagnosis, and solutions, equipping attendees with essential tools for enhancing application efficiency. Conference photographs will follow.
JAX LONDON 2024 – HOW TO TROUBLESHOOT 9 TYPES OF OUTOFMEMORYERROR
Every year in October, JAX London is the go-to event for Java and Software Architecture enthusiasts! It is a four-day conference for cutting-edge software engineers and enterprise-level professionals. This year, at JAX London’s 2024 conference, our architect Ram Lakshmanan was invited to talk on the topic: “How to Troubleshoot 9 Types of OutOfMemoryError”. Even though at surface... Continue Reading →
JPRIME 2024 – MEMORY MATTERS: TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR
jPrime is a conference with talks on Java, various languages on the JVM, mobile, web and best practices. It's run by the Bulgarian Java User Group and backed by the biggest companies in the country. Our architect, Ram Lakshmanan, presented on ‘MEMORY MATTERS: TROUBLESHOOTING 9 TYPES OF OUTOFMEMORYERROR’ Even though at surface level ‘java.lang.OutOfMemoryError’ appears... Continue Reading →
JAX London 2023 – 7 JVM ARGUMENTS OF HIGHLY-EFFECTIVE APPLICATIONS
Every year in October, JAX London is the go-to event for Java and Software Architecture enthusiasts! It is a four-day conference for cutting-edge software engineers and enterprise-level professionals. This year, at JAX London’s 2023 conference, our architect Ram Lakshmanan was invited to talk on the topic: “7 JVM ARGUMENTS OF HIGHLY-EFFECTIVE APPLICATIONS”. There are more... Continue Reading →
JAX London 2023 – TOP 5 JAVA PERFORMANCE PROBLEMS
Every year in October, JAX London is the go-to event for Java and Software Architecture enthusiasts! It is a four-day conference for cutting-edge software engineers and enterprise-level professionals. This year, at JAX London’s 2023 conference, our architect Ram Lakshmanan was invited to talk on the topic: “TOP 5 JAVA PERFORMANCE PROBLEMS”. This session explained about... Continue Reading →
DevopsCon 2023 – 16 ARTIFACTS TO CAPTURE WHEN YOUR CONTAINER APPLICATION IS IN TROUBLE
DevopsCon is the the Global Conference Series for DevOps & Business Transformation held in Berlin. Our architect was invited to give a talk on the topic “16 ARTIFACTS TO CAPTURE WHEN YOUR CONTAINER APPLICATION IS IN TROUBLE”. Troubleshooting the container application’s performance is tricky, if proper diagnostic information isn’t captured. In this session, 16 essential... Continue Reading →
Java Hashtable, HashMap, ConcurrentHashMap – Performance impact
There are a good number of articles that articulate functional differences between HashMap, HashTable and ConcurrentHashMap. This post compares the performance behavior of these data structures through practical examples. If you don't have patience to read the entire post, here is bottom line: When you confront with the decision of whether to use HashMap or... Continue Reading →
Confoo 2022 – LET’S CRASH THE APPLICATIONS!
ConFoo Montreal is a multi-technology conference for developers. This year , they have conducted the program to exchange knowledge and ideas from speakers all over the world. Our Architect Ram Lakshmanan was invited to give a talk on the topic: "Let's crash the applications!" In this session, following topics have been discussed: code snippets that... Continue Reading →
