Search

GC easy – Universal Java GC Log Analyser

Tag

Java virtual machine

Avoid passing – XX:+UseCompressedOops

we are noticing several java applications still continuing to use '-XX:+UseCompressedOops' JVM argument.

Surviving Covid19 – Effective way to cut-down IT spending

The Covid-19 pandemic has caused significant global economic damage, leading to the worst US stock market crash since 1987. In a brief interview, architect Ram Lakshmanan discusses strategies for enterprises to reduce IT spending by 20-30% without resorting to layoffs, emphasizing the need for financial planning during uncertain times.

VIRTUAL MACHINE ERROR

Java.lang.VirtualMachineError is an exception thrown by the JVM due to internal errors or resource limitations. It includes four types: OutOfMemoryError, StackOverflowError, InternalError, and UnknownError, each with distinct causes. Understanding these errors is vital for diagnosing and resolving potential issues in Java applications, particularly for DevOps professionals.

Up ↑