Kernel boot param: Difference between revisions
Jump to navigation
Jump to search
(Template migration to LLM-Optimized Wiki Template) |
(Added Knowledge Graph section) |
||
| Line 93: | Line 93: | ||
[[Category:Linux]] | [[Category:Linux]] | ||
== Knowledge Graph == | |||
Related | |||
→ [[Linux Kernel Tuning]] | |||
→ [[THP (Transparent Huge Pages)]] | |||
→ [[Kernel tips and tricks]] | |||
→ [[Linux Kernel]] | |||
→ [[Tunable kernel params]] | |||
[[Category:Configuration]] | [[Category:Configuration]] | ||
Revision as of 15:35, 16 July 2026
Overview
Kernel boot param에 대한 기술 문서입니다.
Summary
- 무엇인가? - Kernel boot param
- 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
- 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
---
Purpose
이 문서가 존재하는 이유
- Goal: Kernel boot param에 대한 기술 정보 제공
- Scope: Kernel boot param의 개념, 사용법, 설정
- Non-goals: 다른 주제로의 확장
---
Key Concepts
| Concept | Description | Related |
|---|---|---|
| Kernel boot param | HPC/서버 환경에서 중요한 기술 개념 | Linux, Server |
---
Detailed Explanation
Ubuntu team introducted a good guide for Kernel boot param and Linux kernel team keep update the latest available kernel boot param information kernelconfig.io also provide comprehensive kernel parameter guide. sysctl – command to configure kernel parameters at runtime
| Purpose | Options | Description |
|---|---|---|
| a, -A | Display all values currently available | |
| Temporary Change | -w | Use this option when you want to change a sysctl setting |
| permanent Change |
--- Best Practices
--- References--- Related Pages--- Knowledge GraphRelated → Linux Kernel Tuning → THP (Transparent Huge Pages) → Kernel tips and tricks → Linux Kernel → Tunable kernel params |