From af1f5e95b7bfde91d03adbee2ce79c3d2963e075 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 27 Sep 2018 12:44:20 +0200 Subject: [PATCH] java is still free --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3737469c..2fefca30 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ A curated list of awesome references collected in 2018 * [dzone.com: Java RAM Usage in Containers: Top 5 Tips for Not Losing Your Memory](https://dzone.com/articles/java-ram-usage-in-containers-top-5-tips-not-to-los) * [dzone.com: Running a JVM in a Container Without Getting Killed:](https://dzone.com/articles/running-a-jvm-in-a-container-without-getting-kille) Starting in JDK 9, and earlier if you use JDK 8u131, your JVM can detect how much memory is available when running inside a Docker container. * [dzone.com: Java Inside Docker: What You Must Know to Not FAIL](https://dzone.com/articles/java-inside-docker-what-you-must-know-to-not-fail) If you've tried Java in containers, particularly Docker, you might have encountered some problems with the JVM and heap size. Here's how to fix it. +* [medium.com/@javachampions : Java is still free](https://itnext.io/java-is-still-free-c02aef8c9e04) * [Oracle Java 11 and OpenJDK](https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html) ## Debugging java applications on openshift and kubernetes