Skip to content

Instantly share code, notes, and snippets.

View gaeljw's full-sized avatar

Gaël Jourdan-Weil gaeljw

View GitHub Profile
@gaeljw
gaeljw / memory-limit-request-jvm.md
Created November 25, 2023 09:36 — forked from petrbouda/memory-limit-request-jvm.md
Memory LIMIT and REQUEST in Containers and JVM

Memory LIMIT and REQUEST in Containers and JVM

  • Do you run a JVM inside a container on Kubernetes (or maybe OpenShift)?
  • Do you struggle with REQUEST and LIMIT parameters?
  • Do you know the impact of those parameters on your JVM?
  • Have you met OOM Killer?

Hope you will find answers to these questions in this example-based article.

How to set up JVM Heap size in a Container