Comparing Logging in Docker - GraalVM vs JVM
· 2 min read
How does your machine resource usage vary if you log to console vs log to file? What about if you're using GraalVM instead of the normal JVM? Know your tools.
How does your machine resource usage vary if you log to console vs log to file? What about if you're using GraalVM instead of the normal JVM? Know your tools.
This may sound a little crazy but I wanted to see if there was any difference in performance when running JMH benchmarks on bare metal vs. a container. Know your tools.