-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add capacity planning document #1714
Conversation
[CHATOPS:HELP] ChatOps commands.
|
Signed-off-by: vankichi <[email protected]>
7c5e5db
to
7a1410c
Compare
Co-authored-by: Kevin Diu <[email protected]>
Signed-off-by: vankichi <[email protected]>
Co-authored-by: Yusuke Kato <[email protected]>
Signed-off-by: vankichi <[email protected]>
docs/user-guides/capacity-plannig.md
Outdated
Therefore, the actual minimum RAM capacity will be: | ||
|
||
```bash | ||
8,7168,000,000 (bit) / 0.6 = 145,280,000,000 (bit) = 18.16 (GB) | ||
``` | ||
|
||
<div class="warn"> | ||
Memory usage is not enough in the minimum required RAM.<BR> |
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.
In many production operation cases, memory usage can be unstable with minimal RAM required.
It is easy to change by editing the `values.yaml` file and applying it. | ||
|
||
```yaml | ||
# e.g. LB Gateway resources settings. |
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.
[LanguageTool] reported by reviewdog 🐶
This sentence does not start with an uppercase letter. (UPPERCASE_SENTENCE_START)
Suggestions: Gateway
Rule: https://community.languagetool.org/rule/show/UPPERCASE_SENTENCE_START?lang=en-US
Category: CASING
8095efc
to
26eb422
Compare
Signed-off-by: vankichi <[email protected]>
26eb422
to
1a7964d
Compare
Signed-off-by: vankichi <[email protected]>
@@ -15,6 +15,7 @@ | |||
# | |||
version: 1 | |||
# index: ann | |||
# index: burstable |
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.
it would be better to add Guaranteed and BestEffort and QoS
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.
@kpango updated
Signed-off-by: vankichi <[email protected]>
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.
LGTM
Description:
SSIA
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: