Search

GC easy – Universal Java GC Log Analyser

Author

Ram Lakshmanan

artist + rebel + engineer.

Memory Patterns to predict production outages – Confoo 2023

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: “Memory Patterns to predict production outages”

Continue reading “Memory Patterns to predict production outages – Confoo 2023”

Known Java APIs, Unknown Performance impact! – Confoo 2023

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: “Known Java APIs, Unknown Performance impact!”

Continue reading “Known Java APIs, Unknown Performance impact! – Confoo 2023”

Simulation und Fehlerbehebung von Deadlocks in Kotlin – Bahnbrechende Deadlocks

We would like to extend our thanks to Entwinkler.de JavaMagazin for translating and publishing our article ‘Simulating and troubleshooting deadlocks in Kotlin’ in the German language. It is an honor to have our work published in a print magazine, that too in German language.

Continue reading “Simulation und Fehlerbehebung von Deadlocks in Kotlin – Bahnbrechende Deadlocks”

Oracle Architect optimizes performance using GCeasy

Prabhakar Jonnalagadda is the performance architect in Oracle. He was presented with a performance problem of an application which had following symptoms:

Continue reading “Oracle Architect optimizes performance using GCeasy”

This Is Garbage Talk. Don’t Attend! – ADDO Conference 2022

ADDO conference is one of the largest online communities of DevOps professionals in the world. Every year they give the opportunity to learn from one another on a massive scale.

Continue reading “This Is Garbage Talk. Don’t Attend! – ADDO Conference 2022”

Simulating & troubleshooting OOMError in Kotlin

In this series of simulating and troubleshooting performance problems in Kotlin, let’s discuss how to simulate the ‘java.lang.OutOfMemoryError: Java Heap space’ problem. ‘java.lang.OutOfMemoryError: Java Heap space’ will be thrown by the application, when it generates more objects than the maximum configured heap size.

Continue reading “Simulating & troubleshooting OOMError in Kotlin”

Simulating & troubleshooting StackOverflowError in Scala

In this series of simulating and troubleshooting performance problems in Scala, let’s discuss how to simulate StackOverflowError. StackOverflowError is a runtime error, which is thrown, when a thread’s stack size exceeds its allocated memory limit. 

Continue reading “Simulating & troubleshooting StackOverflowError in Scala”

Chaos Engineering – Metaspace OutOfMemoryError

JVM memory has following regions: 

Fig: JVM memory regions

a. Young Generation

b. Old Generation

c. Metaspace

d. Others region

Continue reading “Chaos Engineering – Metaspace OutOfMemoryError”

Automobile company optimizes performance using GCeasy

One the world’s largest automobile manufacturers has optimized their middleware platform’s response time by several folds. This world renowned enterprise optimized their garbage collection performance using our GCeasy tool and was able to reduce their overall application’s response time by a stunning 49.46%

Continue reading “Automobile company optimizes performance using GCeasy”

Powered by WordPress.com.

Up ↑