mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-24 11:20:56 +00:00
fix(emqx): increase disk to 6GB and add optional MQ disable prompt (#11844)
EMQX 6.1+ preallocates significant disk space for the MQ feature, causing high CPU/disk usage on small containers (emqx/emqx#16649). - Increase default disk from 4GB to 6GB - Add read -rp prompt during install to optionally disable MQ feature via mq.enable=false in emqx.conf (reduces disk/CPU overhead) - Setting is in install script (not CT script) per reviewer feedback Co-authored-by: sim-san <sim-san@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f9612c5aba
commit
291ed4c5ad
@@ -21,7 +21,7 @@
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 1024,
|
||||
"hdd": 4,
|
||||
"hdd": 6,
|
||||
"os": "debian",
|
||||
"version": "13"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user