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 309065 Details for
Bug 429858
part swap --recommended --maxsize=8192 does not work
[?]
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]
Change the reccomendation formula
rhswap.patch (text/plain), 407 bytes, created by
Martin Sivák
on 2008-06-12 12:52:45 UTC
(
hide
)
Description:
Change the reccomendation formula
Filename:
MIME Type:
Creator:
Martin Sivák
Created:
2008-06-12 12:52:45 UTC
Size:
407 bytes
patch
obsolete
>diff --git a/iutil.py b/iutil.py >index ccd38e0..ba7e950 100644 >--- a/iutil.py >+++ b/iutil.py >@@ -138,9 +138,9 @@ def swapSuggestion(quiet=0): > minswap = 96 > maxswap = 192 > else: >- if mem > 1000: >+ if mem > 2000: > minswap = 1000 >- maxswap = 2000 >+ maxswap = 2000 + mem > else: > minswap = mem > maxswap = 2*mem
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 429858
: 309065