-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prometheus PVE Exporter: Rightsizing RAM and Disk #3098
Prometheus PVE Exporter: Rightsizing RAM and Disk #3098
Conversation
Failure in line 24 while executing command 'apt-get install -y python3 python3-pip' |
You are sure 128MB of Ram are enough so that the install dose not take ages? |
agreed, 128MB seems too low, I'd rather go with 512 at minimum, if someone really is that low on RAM, one can manually change it later on. About the disk, thanks! |
I can live with 512. Less only for alpine. |
It was not known to me that install speed is a metric that is taken into account in this project. For me, this metric is less relevant as installation is a one time action. I set the RAM to 512, as this seem to be the outcome of the discussion. |
Ultimately it doesnt really matter unless you're installing some really RAM hungry app. 512MB is a good measure here, you really cant tell if the app gets stupid and spikes RAM usage. |
✍️ Description
This PR is rightsizing the Prometheus PVE Exporter resources RAM and Disk.
🔗 Related PR / Discussion / Issue
None
✅ Prerequisites
Before this PR can be reviewed, the following must be completed:
🛠️ Type of Change
Select all that apply:
📋 Additional Information (optional)