Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

How are sockets implemented in JVM?

Release java memory for OS at runtime.

java jvm

How can JVMTI agent set a JVM flag on startup?

java jvm jvmti

how can I know the current classLoader in java

java jvm classloader

How to get an unsigned integer from a byte array in Kotlin JVM?

Mismatch between Spring Actuator's "jvm.memory.max" metric and Runtime.getRuntime().maxMemory()

In Scala or Java, how to get how much RAM does application currently occupy?

java memory scala jvm jmx

Why does setting the -Xmx too high sometimes cause the JVM to fail, even if there's available RAM?

Is having many threads in a JVM application expensive?

multithreading scala jvm actor

JAVA: reference defined within a loop

java performance jvm

Sonar analysis gives out of memory error, should I increase JVM heap space of Ant or Sonar server?

Doesn't the JVM release all the resources that are not explicitly closed by the programmer on program exit

java jvm

Java - Repeated function call reduces execution time

Not able to enable Native memory tracking in a spring boot application

How to determine which GC I use?

Maven surefire plugin crashing jvm on java 11 (Corrupted STDOUT by directly writing to native stream in forked JVM 1)

How to get the max sizes of the heap and permgen from the JVM?

java memory-management jvm

Is it better to create a new HashSet or to reuse after invoking hashSet.clear()

java memory jvm hashset

Who provides the default constructor in Java? Compiler or JVM?

Does the JVM swap the heap?

java jvm heap-memory