From bc885f3dcaee88cdee06ccd121d81a0b8d3c9b39 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 7 Nov 2019 11:39:19 -0600 Subject: [PATCH] Update information re/ JVM resource limits Thanks @qerub for the heads up. --- slides/k8s/configuration.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/slides/k8s/configuration.md b/slides/k8s/configuration.md index 47b23ca7..0283e888 100644 --- a/slides/k8s/configuration.md +++ b/slides/k8s/configuration.md @@ -193,7 +193,12 @@ - Best practice: set a memory limit, and pass it to the runtime - (see [this blog post](https://very-serio.us/2017/12/05/running-jvms-in-kubernetes/) for a detailed example) +- Note: recent versions of the JVM can do this automatically + + (see [JDK-8146115](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8146115)) + and + [this blog post](https://very-serio.us/2017/12/05/running-jvms-in-kubernetes/) + for detailed examples) ---