Difference between revisions of "Different kernel flavors (UP, SMP, ENTERPRISE, ENTNOSPLIT)"
m (added PAE name for entnosplit) |
(Added info on RHEL flavors) |
||
Line 33: | Line 33: | ||
{{Note|When using a <b>64-bit</b> processor <b>and</b> operating system, you need only select the SMP or non-SMP version. 64-bit linux can access the entire 64Gb of ram in ZONE_NORMAL (low memory). PAE and 4GB/4GB splitting are only needed for 32-bit OS, and so are not necessary and are disabled by default in 64-bit kernels.}} | {{Note|When using a <b>64-bit</b> processor <b>and</b> operating system, you need only select the SMP or non-SMP version. 64-bit linux can access the entire 64Gb of ram in ZONE_NORMAL (low memory). PAE and 4GB/4GB splitting are only needed for 32-bit OS, and so are not necessary and are disabled by default in 64-bit kernels.}} | ||
+ | |||
+ | New RHEL5 based kernel uses different flavors naming. I.e. | ||
+ | * UP kernel is no longer provided | ||
+ | * SMP kernel comes without any flavor (like old UP) | ||
+ | * entnosplit kernel comes as PAE | ||
+ | * enterprise kernel is not yet provided | ||
[[Category: Kernel]] | [[Category: Kernel]] | ||
[[Category: Need Categorization]] | [[Category: Need Categorization]] |
Revision as of 13:07, 14 March 2007
OpenVZ project releases several different precompiled kernels for each version. Which kernel to choose depends on what hardware do you have. The table below describes the cases when it is better to use each of these kernels.
Kernel type | Description | Hardware | Use case |
---|---|---|---|
UP | uniprocessor | up to 4GB of RAM | |
SMP | symmetric multiprocessor | up to 4 GB of RAM | 10-20 VPSs |
entnosplit/PAE | SMP + PAE support | up to 64 GB of RAM | 10-30 VPSs |
enterprise | SMP + PAE support + 4/4GB split | up to 64 GB of RAM | >20-30 VPSs |
These kernels are optimized for these types of hardware configurations and usage scenarios,
so choosing the right kernel can help to boost performance by about 5 to 15 per cent.
New RHEL5 based kernel uses different flavors naming. I.e.
- UP kernel is no longer provided
- SMP kernel comes without any flavor (like old UP)
- entnosplit kernel comes as PAE
- enterprise kernel is not yet provided