Allocate more mem for prometheus

This commit is contained in:
Daniel Berteaud 2024-03-26 13:26:38 +01:00
parent c4228f5e83
commit 1c12e3d9d2
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@ monitoring:
# Resource allocation
resources:
cpu: 200
memory: 512
memory: 768
memory_max: 1024
# Volumes used for data persistence
# You must create a prometheus-data[0] volume as it's a per_alloc volume
volumes: