• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Adding memory under linux

Praetor

Diamond Member
I just dropped another 512 into my server. Running a sys info in php only shows 882.72 mb rather than 1024-ish.

Now, is this due to memory being subtracted and used for necessary system services, bad memory, or do I have to recompile the kernel and/or add new options to the boot loader?

Running a 2.6 P4-HT on an Intel 865PERL in dual-channel mode. 4 sticks of Crucial pc3200, Gentoo running kernel 2.6.10.
 
IIRC I had to enable HIGHMEM4G (Processor type and features ---> High Memory Support (4GB)) and recompile my kernel when I got another stick of 512.
 
See, I remember in the old days, you had to do some serious voodoo magic when adding memory to get the system to boot. I just don't know if that's still the case.

I'll try that High Memory Support (even though I don't have enough memory for it to theoretically work) and see if that makes a difference.

Anyone other suggestions?
 
I'll try that High Memory Support (even though I don't have enough memory for it to theoretically work) and see if that makes a difference.

You need to enable HIGHMEM4G and recompile to get over 896M memory to be available. That or you can change your kernel's __PAGE_OFFSET value to extend "low" memory and recompile without HIGHMEM4G.
 
Originally posted by: Nothinman
I'll try that High Memory Support (even though I don't have enough memory for it to theoretically work) and see if that makes a difference.

You need to enable HIGHMEM4G and recompile to get over 896M memory to be available. That or you can change your kernel's __PAGE_OFFSET value to extend "low" memory and recompile without HIGHMEM4G.

Sweet. Working on recompiling the kernel now. Thanks for the suggestions and explanations!
 
Back
Top