At the time (March 2020) of writing this article there are 600+ arguments that you can pass to JVM just around Garbage collection and memory. If you include other aspects, total JVM arguments count will easily cross 1000+. š. It’s way too many arguments for anyone to digest and comprehend. In this article, we are highlighting seven important JVM arguments that you may find it useful.
Continue reading “7 JVM arguments of Highly Effective Applications”There are 3 highly popular myths about Garbage Collection. Letās review those myths and the actual truth behind them.
Continue reading “3 POPULAR MYTHS ABOUT GARBAGE COLLECTION”Long GC Pauses are undesirable for applications. It affects your SLAs; it results in poor customer experiences, and it causes severe damages to Continue reading “REDUCE LONG GC PAUSES”
In several journals, articles, blogs and all throughout the internet there is one common theme echoed: āSerial GC is not meant for any serious applications. It should be used only for prototype application. Itās only meant for desktop application or applications that have few hundred MBs of heap size. It shouldnāt be used in production.ā To question this status quo theme, we conducted the below study on a major travel web services application in North America (Kindly apologizes, I canāt disclose their name).
Continue reading “QUESTIONING STATUS QUO – ‘SERIAL GC NOT FOR SERIOUS APPLICATIONS’”There are severalĀ blogs and articles on differentĀ GC algorithms, their inner details, their Pros, their Cons⦠Continue reading “WHICH GC TO USE?”