1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 14:18:06 +00:00

Prometheus PVE Exporter: Rightsizing RAM and Disk (#3098)

* Prometheus PVE Exporter: Rightsizing RAM and Disk

* Raise to 2GB, as setup is not working otherwise

* Prometheus PVE Exporter: Set RAM to 512
This commit is contained in:
Andy Grunwald 2025-03-16 11:20:56 +01:00 committed by GitHub
parent 3d5021b289
commit 08e0a6322b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
APP="Prometheus-PVE-Exporter" APP="Prometheus-PVE-Exporter"
var_tags="monitoring" var_tags="monitoring"
var_cpu="1" var_cpu="1"
var_ram="1024" var_ram="512"
var_disk="2" var_disk="2"
var_os="debian" var_os="debian"
var_version="12" var_version="12"

View File

@ -20,7 +20,7 @@
"script": "ct/prometheus-pve-exporter.sh", "script": "ct/prometheus-pve-exporter.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 512,
"hdd": 2, "hdd": 2,
"os": "debian", "os": "debian",
"version": "12" "version": "12"