Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
Recompiling the current kernel with appropriate settings
should do, 2.4 can handle up to 64GB ... or are you
saying that the application can't allocate more than 2GB?
Change into the directory with the kernel source.
Edit .config
Find CONFIG_HIGHMEM and make sure it's a)
no commented out and b) set to CONFIG_HIGHMEM=y
CONFIG_HIGHMEM64G=y
# CONFIG_HIGHMEM4G
Follow the RH recommendations for kernel recompiling.
What kind of processor is it? If it is a 32-bit processor, then *NO* process has more than 4GB total address space. Linux typically reserves the top 1GB of address space for the kernel, memory-mapped I/O, etc. If it's a 64-bit x86 processor, it could be that the program could be compiled in 32-bit mode.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.