Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295413 Details for
Bug 433615
MEMORY2 test is failing
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
possible patch to eliminate corner case
rhr2-3gb-memory-memtest-fix.patch (text/plain), 745 bytes, created by
Andrew Washbrook
on 2008-02-20 11:25:30 UTC
(
hide
)
Description:
possible patch to eliminate corner case
Filename:
MIME Type:
Creator:
Andrew Washbrook
Created:
2008-02-20 11:25:30 UTC
Size:
745 bytes
patch
obsolete
>--- /usr/share/rhr/tests/MEMORY2 2006-04-07 22:19:10.000000000 +0100 >+++ /usr/share/rhr/tests/MEMORY2-fixed 2008-02-06 15:35:45.000000000 +0000 >@@ -44,7 +44,9 @@ automated_MEMORY2() { > # has more RAM than that we have to jump through some hoops to actually > # test all the available RAM on the system. > # (*Tunable to 3.5GB via kernel patch, but we'll play it safe) >- if [ "$mem" -ge 3072 ] && [ "$(uname -i)" == "i386" ]; then >+ # Don't actually set this to 3GB. This test doesn't take into account >+ # memory reserved by the kernel. Play it safe and set to 2900MB. >+ if [ "$mem" -ge 2900 ] && [ "$(uname -i)" == "i386" ]; then > echo "NOTE: testing >3GB RAM on a 32-bit kernel." > hugemem="true" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433615
: 295413