VOOZH about

URL: https://www.javacodegeeks.com/tag/jvm/page/23

⇱ JVM Archives - Page 23 of 27 - Java Code Geeks


  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 17th, 2012
    0 183

    Should you trust the default settings in JVM?

    JVMs are considered smart nowadays. Not much configuration is expected – just set the maximum heap to use in the…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoDecember 17th, 2012
    0 1,567

    Yammer Metrics, A new way to monitor your application

    When you are running long term applications like web applications, it is good to know some statistics about them, like…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 14th, 2012
    0 132

    Increasing heap size – beware of the Cobra Effect

    The term ‘Cobra effect’ stems from an anecdote set at the time of British rule of colonial India. The British…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 13th, 2012
    0 107

    Do you get Just-in-time compilation?

    Remember the last time when you were laughed at by C-developers? That the Java is so slooooow that they would…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 6th, 2012
    3 111

    Who is stealing your memory? The Application Servers Edition

    You create an amazing app. You put it into production. And you notice that you justdo not have enough memory…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 5th, 2012
    1 106

    Busting PermGen Myths

    In my latest post I explained the reasons that can cause the java.lang.OutOfMemoryError: PermGen space crashes. Now it is time…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 4th, 2012
    3 247

    What is a PermGen leak?

    What follows is a practical introduction to a specific type of memory problems in Java applications. Namely – we will…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 3rd, 2012
    0 211

    How much memory do I need

    What is retained heap? How much memory will I need? This is a question you might have asked yourself (or…

    Read More »
  • Core Java👁 Image
    Peter LawreyNovember 30th, 2012
    1 111

    When using direct memory can be faster

    Overview Using direct memory is no guarantee of improving performance.  Given it adds complexity, it should be avoided unless you…

    Read More »
  • First
  • ...
  • 10
  • 20
  • «
  • 22
  • 23
  • 24
  • »
  • ...
  • Last
Back to top button
Close