HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: xw8000 + SuSE 9.0 - 3GB memory limitation
Operating System - Linux
1832864
Members
2752
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 04:05 AM
07-12-2004 04:05 AM
xw8000 + SuSE 9.0 - 3GB memory limitation
5GB RAM installed.
Latest BIOS and kernel (smpG4).
How can I get all 5GB to register with Linux?
Thanks.
Latest BIOS and kernel (smpG4).
How can I get all 5GB to register with Linux?
Thanks.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 09:32 AM
07-12-2004 09:32 AM
Re: xw8000 + SuSE 9.0 - 3GB memory limitation
Hello,
Make sure you have k_smp kernel installed (up to 64GB RAM) :
uname -r
In case no, install it from the SuSE CDs, then edit /boot/grub/menu.lst and change the "default" kernel index to point to k_smp.
Good luck.
Kodjo
Make sure you have k_smp kernel installed (up to 64GB RAM) :
uname -r
In case no, install it from the SuSE CDs, then edit /boot/grub/menu.lst and change the "default" kernel index to point to k_smp.
Good luck.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2004 10:42 AM
07-14-2004 10:42 AM
Re: xw8000 + SuSE 9.0 - 3GB memory limitation
Ensure you have the kernel src installed.
cd /usr/src/linux
type
make menuconfig
Select 'Processor Type and Features'
Part way down you'll see an option for 'High Memory Support'
The help text says:
Linux can use up to 64 Gigabytes of physical memory on x86 systems. However, the address space of 32-bit x86 processors is only 4 Gigabytes large. That means that, if you have a large amount of physical memory, not all of it can be "permanently mapped" by the kernel. The physical memory that's not permanently mapped is called "high memory".
If you are compiling a kernel which will never run on a machine with more than 960 megabytes of total physical RAM, answer "off" here (default choice and suitable for most users). This will result in a "3GB/1GB" split: 3GB are mapped so that each process sees a 3GB virtual memory space and the remaining part of the 4GB virtual memory space is used by the kernel to permanently map as much physical memory as possible.
Set this to what you desire. Save and build a new kernel as normal (there are HOW-TOs that thell you how to achieve this if you're not too sure how to).
Col.
cd /usr/src/linux
type
make menuconfig
Select 'Processor Type and Features'
Part way down you'll see an option for 'High Memory Support'
The help text says:
Linux can use up to 64 Gigabytes of physical memory on x86 systems. However, the address space of 32-bit x86 processors is only 4 Gigabytes large. That means that, if you have a large amount of physical memory, not all of it can be "permanently mapped" by the kernel. The physical memory that's not permanently mapped is called "high memory".
If you are compiling a kernel which will never run on a machine with more than 960 megabytes of total physical RAM, answer "off" here (default choice and suitable for most users). This will result in a "3GB/1GB" split: 3GB are mapped so that each process sees a 3GB virtual memory space and the remaining part of the 4GB virtual memory space is used by the kernel to permanently map as much physical memory as possible.
Set this to what you desire. Save and build a new kernel as normal (there are HOW-TOs that thell you how to achieve this if you're not too sure how to).
Col.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP