VOOZH about

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

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


  • Core Java👁 Image
    Pierre Hugues CharbonneauFebruary 5th, 2013
    9 1,307

    Java 8: From PermGen to Metaspace

    As you may be aware, the JDK 8 Early Access is now available for download. This allows Java developers to…

    Read More »
  • Core Java👁 Image
    Pierre Hugues CharbonneauJanuary 16th, 2013
    0 66

    QOTD: Java Thread vs. Java Heap Space

    The following question is quite common and is related to OutOfMemoryError: unable to create new native thread problems during the…

    Read More »
  • Core Java👁 Image
    Adrianos DadisJanuary 15th, 2013
    5 368

    Java heap space, native heap and memory problems

    Recently, I was discussing with a friend, why the Java process uses more memory than the maximum heap that we…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Pierre Hugues CharbonneauDecember 31st, 2012
    1 298

    Java Thread: retained memory analysis

    This article will provide you with a tutorial allowing you to determine how much and where Java heap space is…

    Read More »
  • Core Java👁 Image
    Alexander TurnerDecember 25th, 2012
    0 108

    Weak, Weaker, Weakest, Harnessing The Garbage Collector With Specialist References

    When and when not to use specialist references in Java Weak, Soft and Phantom references are dangerous and powerful. If…

    Read More »
  • Core Java👁 Image
    Attila Mihaly BalazsDecember 24th, 2012
    1 174

    Under the JVM hood – Classloaders

    Classloaders are a low level and often ignored aspect of the Java language among many developers. At ZeroTurnaround , our…

    Read More »
  • Core Java👁 Image
    Vladimir SorDecember 19th, 2012
    1 346

    Should I use a 32- or a 64-bit JVM?

    This is a question I have faced several times during my career in enterprise software development. Every once in awhile…

    Read More »
  • Core Java👁 Image
    Ruben BadaroDecember 19th, 2012
    0 247

    Escaping the JVM heap for memory intensive applications

    If you’ve ever allocated large Java heaps, you know that at some point – typically starting at around 4 GiB…

    Read More »
  • Core Java👁 Image
    Nikita Salnikov TarnovskiDecember 18th, 2012
    0 221

    Why can’t I turn off the Garbage Collector?

    Let’s start with a quick rewind to the early days of my career as a Java developer. I wanted to…

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