-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
advice user when allocate more than 80% of their memory #8877
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Travis tests have failedHey @medyagh, 1st Buildmake test
TravisBuddy Request Identifier: f35a20c0-d5d2-11ea-8ca9-c37e1b84d109 |
/ok-to-test |
kvm2 Driver |
kvm2 Driver Times for Minikube (PR 8877): [62.1616426 66.500419869 64.65098408] Averages Time Per Log
docker Driver Times for Minikube (PR 8877): [28.527804144000005 29.295718317 29.27086756] Averages Time Per Log
|
kvm2 Driver Times for Minikube (PR 8877): [63.64226325999999 64.97836213000001 62.695563652000004] Averages Time Per Log
docker Driver Times for Minikube (PR 8877): [28.518503346 29.488091657999995 29.439704872000007] Averages Time Per Log
|
/retest-this-please |
kvm2 Driver Times for Minikube (PR 8877): [67.537446893 62.35665769999999 62.48296404899999] Averages Time Per Log
docker Driver Times for Minikube (PR 8877): [28.592749574999996 29.681049198000004 28.782621994] Averages Time Per Log
|
closes this #8708
also fixed a bug that the advice was showing twice.
and also fixed the bug that we were not checking for allowing max
also moves all the calls to getting CPU/memory info into a cached func for less overhead
before this PR
allowing more than max memory was allowed.
after this PR on a macbook with 16 GB ram
Don't allow 17GB
Advice more than 80% allocation.