Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Changes from 24 commits
11f98b9
77e189b
9fa8a4f
1102e6a
f4d0d15
76a1877
cea6d3f
3f9f44f
3591841
ababec6
d1b9456
bcca45b
467c5f6
d9e3de0
ebfafa5
75d498a
97c4581
30bb74d
c540fa3
676e2e3
fdf3d40
051e273
84ab3b9
d6bcbff
38b7e6c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
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.