VOOZH about

URL: https://www.javacodegeeks.com/author/ram-lakshmanan/page/3

⇱ Ram Lakshmanan, Author at Java Code Geeks - Page 3 of 4


  • Core Java👁 Image
    Ram LakshmananFebruary 14th, 2022
    0 286

    How to do GC Log analysis?

    Analyzing garbage collection log provides several advantages like: Reduces GC pause time, reduces cloud computing cost, predicts outages, provides effective…

    Read More »
  • Core Java👁 Image
    Ram LakshmananOctober 23rd, 2021
    0 148

    Overhead added by collecting thread dumps

    A thread dump is a snapshot of all the threads running in a java process. It’s a vital artifact to…

    Read More »
  • Core Java👁 Image
    Ram LakshmananOctober 16th, 2021
    0 200

    Performance impact of java.lang.System.getProperty()

    ‘java.lang.System.getProperty()’ is a common API used by Java developers to read the System properties that are configured during application startup…

    Read More »
  • Core Java👁 Image
    Ram LakshmananSeptember 4th, 2021
    0 130

    Overhead added by Garbage Collection Logging

    Enabling Garbage collection logs on your application has certain advantages. In nutshell, Garbage collection logs will facilitate you to optimize…

    Read More »
  • Software Development👁 Image
    Ram LakshmananSeptember 3rd, 2021
    1 144

    Is today’s microservice bloated than yesterday’s monolithic?

    I am slightly hesitant to write this post, as it might attract some criticism. Nevertheless, I told myself there is…

    Read More »
  • Software Development👁 Image
    Ram LakshmananAugust 9th, 2021
    1 179

    “I don’t have to worry about Garbage collection” – Is it true?

    I have heard a few of my developer friends say: “Garbage Collection is automatic. So, I do not have to…

    Read More »
  • Software Development👁 Image
    Ram LakshmananOctober 23rd, 2020
    0 147

    What is Garbage collection log, Thread dump, Heap dump?

    Java Virtual Machine (JVM) generates 3 critical artifacts that are useful for optimizing the performance and troubleshooting production problems. Those…

    Read More »
  • Core Java👁 Image
    Ram LakshmananJune 17th, 2020
    1 337

    Look for exceptions, errors in thread dumps

    Thread dumps are vital artifacts to troubleshoot/debug production problems. In the past we have discussed several effective thread dump troubleshooting…

    Read More »
  • Core Java👁 Image
    Ram LakshmananMarch 20th, 2020
    1 880

    7 JVM arguments of Highly Effective Applications

    At the time (March 2020) of writing this article there are 600+ arguments that you can pass to JVM just…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Back to top button
Close