From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322) Description of problem: ispec: ispec-0.95-1.8rc1.noarch.rpm rhr2: rhr2-rhel4-0.9-16.rc1a.noarch.rpm I am testing ispec on a unit with 12GB of physical memory. When I install the OS via any of the ks files (tried the min and max memory ks configs) only a 2GB swap file is created in the OS. In the past with RH3, we created a swap paritition that was at least 2x the size of physical memory specifically for the CORE test. Will the core test run properly with this size swap partitition w/redhat 4? Version-Release number of selected component (if applicable): rhr2-rhel4-0.9-16.rc1a.noarch.rpm How reproducible: Always Steps to Reproduce: 1.Create ispec configuration entering 12GB for memory amount. 2.Install os via ks file from either min or max config. 3. I checked swap size from /proc/meminfo, only a 2 GB swap file has been created. Expected Results: I was expecting a swap file that was at least equal to the size of physical memory, but preferable 2x physical. Additional info:
Created attachment 109690 [details] meminfo dump
Partitioning is done automatically, so your swap partition should be the (anaconda-recommended) appropriate size for your machine. As far as we know, the test will run just fine with that amount of swap. If it doesn't run, feel free to change the kickstart configuration to specify the needed amount of swap. Add the line: partition swap --size=12288 (or some other size, as you deem necessary) after the 'autopart' line in the appropriate ks.cfg file, then restart the test. You'll need to mention this change when you submit the test results.