|
Bugzilla – Full Text Bug Listing |
| Summary: | kernel-pae installed even if not needed | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Michal Svec <msvec> |
| Component: | YaST2 | Assignee: | Jiri Srain <jsrain> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | meissner |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michal Svec
2009-01-19 12:38:52 UTC
Technically wise, I can change the code to behave as described above (just a little correction, >3GB because of I/O devices mapping, or, basicallym revert to the previous behavior and additionally add the nx flag check). However, Andreas, can you comment on the performance hit caused by PAE? Is it worth the change? Thorsten, is this something you will still accept for SLE11? No, nothing anymore we will accept. > Andreas, can you comment on the performance hit caused by PAE? Is it worth the
> change?
I don't remember; it was somewhere in the low single-digit percentage range. Moving this to 11.2.
Adjusted the condition in SVN for 11.2. if ((memsize >= fourGB || contains (cpuflags, "nx")) && contains (cpuflags, "pae")) |