Skip to content
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

Consistently compare memory in GB, not MB/B #2068

Merged
merged 1 commit into from
Feb 6, 2020
Merged

Conversation

ssalinas
Copy link
Member

@ssalinas ssalinas commented Feb 3, 2020

Came across this when looking at other things. Looks like the cpu/mem ratio to determine if a slave/request was high mem or high cpu was comparing bytes in one spot and MB in another. This should compare everything in GB instead, which also makes the default cutoffs of 1.5 and 0.5 better. Should be the case that (for AWS at least) m5 is AVERAGE, r5 is high mem, c5 is high cpu

@ssalinas ssalinas changed the title compare memory in GB, not MB/B Consistently compare memory in GB, not MB/B Feb 3, 2020
@ssalinas ssalinas added the hs_qa label Feb 3, 2020
@pschoenfelder
Copy link
Contributor

🚢

@ssalinas ssalinas merged commit 2335a58 into master Feb 6, 2020
@ssalinas ssalinas deleted the mem_cpu_cutoff branch February 6, 2020 15:03
@ssalinas ssalinas added this to the 1.2.0 milestone Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants