post: commit f3bfe96 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 8s
This commit is contained in:
40
content/posts/commits/2026-06-04-commit-f3bfe96.md
Normal file
40
content/posts/commits/2026-06-04-commit-f3bfe96.md
Normal file
@@ -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 <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(-)
|
||||
```
|
||||
Reference in New Issue
Block a user