Files
blog/content/posts/commits/2026-06-04-commit-f3bfe96.md
Betty 9f719dcc45
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
post: commit f3bfe96 in bojemoi
2026-06-04 08:05:46 +02:00

897 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(zaproxy): limiter heap JVM à 3g pour éviter OOM récurrent 2026-06-04T08:05:45+02:00 false
commit
bojemoi
main
Git Activity
Commit f3bfe96 par Betty dans bojemoi 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 noreply@anthropic.com

Files Changed

M	stack/40-service-borodino.yml

Diff Summary

 stack/40-service-borodino.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)