-
Notifications
You must be signed in to change notification settings - Fork 127
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
feat(container): add resource containers as service #1103
feat(container): add resource containers as service #1103
Conversation
808ec68
to
d399a16
Compare
fbee80d
to
5f62ee8
Compare
5f62ee8
to
d5adb0f
Compare
2ecfb4b
to
d33f475
Compare
f9482e6
to
f32292f
Compare
|
||
## Memory and vCPUs configuration | ||
|
||
The vCPU represents a portion or share of the underlying, physical CPU that is assigned to a particular virtual machine (VM). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this portion measured? What is the maximum vCPU possible in theory? Is it a gauge?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hypervisor uses a portion of the physical CPU computing resources and allocates it to a vCPU which is assigned to a specific Container. The maximum allowed is 1.12 vCPU.
| 512 | 280m | | ||
| 1024 | 560m | | ||
|
||
**Note:** 560mCPU accounts roughly for half of one CPU power of a Scaleway General Purpose instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which? We got several. @ofranc could you check to have a consistent naming across all our documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phrase from here. It refers to the last configuration case.
Co-authored-by: Rémy Léone <[email protected]>
Co-authored-by: Rémy Léone <[email protected]> Update scaleway/resource_container.go Co-authored-by: Rémy Léone <[email protected]> Update scaleway/resource_container.go Co-authored-by: Rémy Léone <[email protected]> Update scaleway/resource_container.go Co-authored-by: Rémy Léone <[email protected]> Update scaleway/resource_container.go Co-authored-by: Rémy Léone <[email protected]> Update scaleway/resource_container.go Co-authored-by: Rémy Léone <[email protected]> fix(containers): add documentation and enhance resource
fa49b11
to
84ab3b9
Compare
Codecov Report
@@ Coverage Diff @@
## master #1103 +/- ##
=========================================
- Coverage 1.60% 1.55% -0.05%
=========================================
Files 91 93 +2
Lines 14660 15127 +467
=========================================
Hits 235 235
- Misses 14402 14869 +467
Partials 23 23
Continue to review full report at Codecov.
|
No description provided.