Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a Red Hat 5.3 virtual machine that has 3GB memory. I just upgraded the memory to 4GB, however when I run free -m it still only recognizes 3GB. Is there something else I need to do?
Thanks for the resonse. The Linux machine is a virtual machine on an ESX server. The ESX server runs on HP hardware. I tried the PAE kernel, but it was still only recognizing 3GB. Is there anything else I can try to get it to 4GB.
Right. When I say upgraded the memory of the guest, I set it to 4GB from 3GB. The host has 32GB memory and sees it all. There are other virtual machines that are configured to use 4GB and can see it. The ESX server can give a guest up to 128GB of memory.
I ended up trying another PAE kernel and this time it worked. The memory is showing 4GB when I run free -m now.
One other question though... Now when I boot, I have to hit enter and select the new kernel or it defaults to the old one. Is there a way to change this so the new one is the default?
go to /boot/grub/grub.conf and either change "default=0" (first "title" menu item to "default=1" (second "title" menu item) etc..., or cut entire section between "title" rows related to unwanted kernel, and pasted it somewhere on the bottom of the file.
BUT BACKUP THAT "grub.conf" FILE BEFORE ANY EDITING!!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.