Search

GC easy – Universal Java GC Log Analyser

Tag

JVM performance

LARGE OR SMALL MEMORY SIZE FOR MY APP?

The decision to use few large memory instances versus many small memory instances lacks a definitive answer, as evidenced by two successful technology companies adopting opposite strategies. Both approaches can work if backed by a competent team. However, large memory configurations are typically more expensive and can complicate performance troubleshooting.

DOES 32-BIT OR 64-BIT JVM MATTER ANYMORE?

The article explains the differences between 32-bit and 64-bit JVMs, noting that for non-performance critical applications, understanding these differences may be unnecessary. While 64-bit JVMs can handle more memory, they may experience slight performance degradation compared to 32-bit JVMs. Proper configuration and testing are essential when migrating to 64-bit JVM.

Up ↑