Description:
victoriametrics VM_* varible not work
Steps to Reproduce:
1、add part of values.yaml as follow
pmmEnv:
VM_memory_allowedBytes: “500MB”
2、helm install pmm use updated values.yaml
3、exec -it pmm pod
4、ps -ef | grep victoriametrics to find out the process id of victoriametrics
5、cat /proc/$pid/status | grep RSS to watch the rss memory used by victoriametrics
6、usage long long larger than 500MB
Version:
pmm-server:2.39.0
Logs:
[If applicable, include any relevant log files or error messages]
Expected Result:
[What the user expected to see or happen before the issue occurred]
Actual Result:
[What actually happened when the user encountered the issue]
Additional Information:
[Include any additional information that could be helpful to diagnose the issue, such as browser or device information]