Java Performance Tuning

Java(TM) - see bottom of page

|home |services |training |newsletter |tuning tips |tool reports |articles |resources |about us |site map |contact us |
Tools: | GC log analysers| Multi-tenancy tools| Books| SizeOf| Thread analysers| Heap dump analysers|

Our valued sponsors who help make this site possible
JProfiler: Get rid of your performance problems and memory leaks! 

Training online: Concurrency, Threading, GC, Advanced Java and more ... 

News March 2018

JProfiler
Get rid of your performance problems and memory leaks!

Modern Garbage Collection Tuning
Shows tuning flow chart for GC tuning


Java Performance Training Courses
COURSES AVAILABLE NOW. We can provide training courses to handle all your Java performance needs

Java Performance Tuning, 2nd ed
The classic and most comprehensive book on tuning Java

Java Performance Tuning Newsletter
Your source of Java performance news. Subscribe now!
Enter email:


Training online
Threading Essentials course


JProfiler
Get rid of your performance problems and memory leaks!


Back to newsletter 208 contents

This month I have pulled together a Java performance in Docker focused newsletter: the tools, the articles and talks, and the tips, are all about Java performance in Docker. Note all the existing tips on Java performance apply to Java in Docker, but there are some additional things that are useful to know about that only really apply to Docker and that's the focus here.

Of course the JVM is already a container, but it doesn't do well at restricting resource usage, and when you add in the desire to orchestrate many many JVMs in multiple regions, it's not surprising that the Kubernetes with Docker combination to run JVMs is gaining a lot of traction.

It's still the case that if you want to gain the last nano of performance from your JVM application that you want to run a JVM on bare metal and tune incredibly tightly, but the vast majority of applications are more relaxed and are fine running in a container.

And there's even an interesting likely evolution of containers in the cloud where we're likely to see the cloud virtual machine give way to cloud infrastructure that hosts containers directly, giving an extra efficiency to running in a container if you're cloud based - because the container has lower overhead than a cloud virtual machine, so you'll benefit with no real cost!

Now on to our usual Java performance news section, followed by those Java performance in Docker tools, articles, talks. And of course those tips from this month's articles and talks, as ever are extracted into this month's tips page.

A note from this newsletter's sponsor

JProfiler
Get rid of your performance problems and memory leaks!

News

Java performance tuning related news.

Tools

Java performance tuning related tools.

Articles

Jack Shirazi


Back to newsletter 208 contents


Last Updated: 2024-12-27
Copyright © 2000-2024 Fasterj.com. All Rights Reserved.
All trademarks and registered trademarks appearing on JavaPerformanceTuning.com are the property of their respective owners.
Java is a trademark or registered trademark of Oracle Corporation in the United States and other countries. JavaPerformanceTuning.com is not connected to Oracle Corporation and is not sponsored by Oracle Corporation.
URL: http://www.JavaPerformanceTuning.com/news/news208.shtml
RSS Feed: http://www.JavaPerformanceTuning.com/newsletters.rss
Trouble with this page? Please contact us