RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 623991 - Anaconda needs 1GB RAM for GUI installation
Summary: Anaconda needs 1GB RAM for GUI installation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: anaconda
Version: 6.1
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-13 11:24 UTC by Sidney Sedlak
Modified: 2010-08-13 14:31 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-13 14:31:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Sidney Sedlak 2010-08-13 11:24:12 UTC
Description of problem:
Anaconda needs to have at least 1GB RAM for GUI installation, however RHEL6 can run on 512MB without any problems.

How reproducible:
Try to install RHEL6 beta 2 with less than 1GB RAM.

Steps to Reproduce:
1. Install memory (under 1GB RAM)
2. Boot RHEL6 b2 installation DVD
3. Select graphical installation
  
Actual results:
Anaconda shows a warning that there has to be at least 1GB RAM for GUI installation and continues with text installation.

Expected results:
Be able to run GUI installation with less than 1GB RAM (512MB is acceptable).

Additional info:

Comment 2 RHEL Program Management 2010-08-13 11:57:54 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 3 Sidney Sedlak 2010-08-13 12:52:47 UTC
Ok, I've marked it for 6.1 instead. Is it OK or shall I create a support case?

Comment 4 Chris Lumens 2010-08-13 14:31:35 UTC
This is not a bug:

commit 02eefc89e7db5dbc3bc819ea854de45e0d1ebbc7
Author: Ales Kozumplik <akozumpl>
Date:   Wed May 5 11:00:59 2010 +0200

    memory: increase the RAM limits, check for URL installs (#549653).
    
    Due to higher memory consumption of LVM, kernel, anaconda and other
    running processes in general our current memory limits are insufficient
    and the increase is neccessary. I am also introducing additional check for
    URL installs which require another 108 MB from the ramdisk, no need to
    penalize other install methods.
    
    This is the current memory budget:
    - unpacked initrd takes 63 MB
    - running processes (anaconda, loader, udev, nm): 67 MB (estimate)
    - peak LVM memory consumption: up to additional 56 MB
    - with URL install install.img takes additional: 108 MB
    - memory requriements of X additional: 256 MB (estimate)
    
    Currently we always expect there will be calls to lvm (though we could do
    another memory check just at the moment where the necessity arises). All
    of the estimates are on the upper bound, still I am running into OOM
    easily with text install+http stage2+lvm detection with the old limits.


Note You need to log in before you can comment on or make changes to this bug.