Tagged Questions
2
votes
2answers
383 views
What a 64 bit Linux can do that 32 bit linux can't?
I ordered a server from fdcserver. Then I realized that, unless changed, fdcserver actually provides 32 bit operating as default.
I logged in using SSH, typed uname -m, and to my horror I saw that I ...
2
votes
1answer
170 views
Where is max process size specified?
I've got a RHEL4 machine with 1TB of memory and have discovered that malloc and mmap refuse to allocate any memory above 512GB. Meanwhile, I don't seem to have a problem with RHEL5 machines. I'm ...
3
votes
2answers
2k views
What is the difference between 32-bit PAE and 64-bit kernels?
I ask this only in regards to memory addressing.
I know that a PAE kernel allows the OS to access more memory than a standard 32-bit kernel, however, what are the other implications? What specific ...