-
Core Java
Java – Missing font – Crashing App!
Eclipse MAT, Heaphero are all popular java tools to analyze large size heap dumps. Recently we ran in to an…
Read More » -
Core Java
Log4j Bug – Slows down your app
Recently we were troubleshooting a popular SaaS application. This application was slowing down intermittently. To recover from the problem, the…
Read More » -
Core Java
jstat – Analysis
jstat is a simple utility tool, that is present in JDK to provide JVM performance-related statistics like garbage collection, compilation…
Read More » -
Enterprise Java
Memory wasted by Spring Boot Application
One of the widely wasted resources in the world today is Memory. Due to inefficient programming, surprising (sometimes ‘shocking’) amount…
Read More » -
Software Development
Load balancing: Round robin may not be the right choice
Based on our experience, we believe Round robin may not be an effective load balancing algorithm, because it doesn’t equally…
Read More » -
Enterprise Java
All you need to know about System.gc()
In this article, we have attempted to answer the most common questions around System.gc() API call. We hope it may…
Read More »