-
Notifications
You must be signed in to change notification settings - Fork 202
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
update cilium speedup document #5962
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for daocloud-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
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.
这些命令参数,常见的是 -
--
开头,没见过 _
|
||
1. 查看当前内核版本: | ||
|
||
```bash | ||
uname -r | ||
uname _r |
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.
原来是对的吧?
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.
我改错了 :(
``` | ||
|
||
3. 安装最新的 Linux 内核版本: | ||
|
||
```bash | ||
yum --enablerepo=elrepo-kernel install kernel-ml | ||
yum __enablerepo=elrepo_kernel install kernel_ml |
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.
yum __enablerepo=elrepo_kernel install kernel_ml | |
yum --enablerepo=elrepo_kernel install kernel_ml |
是不是改错了?
80056b8
to
fd1f4aa
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
fd1f4aa
to
d4e2315
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
No description provided.