From 9f719dcc45be2310b24d9297f96d38373730da62 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 4 Jun 2026 08:05:45 +0200 Subject: [PATCH] post: commit f3bfe96 in bojemoi --- .../commits/2026-06-04-commit-f3bfe96.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-06-04-commit-f3bfe96.md diff --git a/content/posts/commits/2026-06-04-commit-f3bfe96.md b/content/posts/commits/2026-06-04-commit-f3bfe96.md new file mode 100644 index 0000000..4d725e2 --- /dev/null +++ b/content/posts/commits/2026-06-04-commit-f3bfe96.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] fix(zaproxy): limiter heap JVM à 3g pour éviter OOM récurrent" +date: 2026-06-04T08:05:45+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit f3bfe96 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `f3bfe96` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `f3bfe963a1b5f9af7e09ad73885a52e67554c017` | + + +### Description + +zap.sh calcule le heap sur la RAM hôte (cgroup v2 non supporté) → +résultait en -Xmx6009m dans un container limité à 4G → exit 137 +toutes les ~3h. Cap explicite à -Xmx3g (3G heap + 1G overhead JVM). + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/40-service-borodino.yml +``` + +### Diff Summary + +``` + stack/40-service-borodino.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +```