Tagged Questions
2
votes
1answer
172 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 ...
1
vote
1answer
270 views
Which “Processor family” to choose under “Processor type and features”?
I have recently compiled a minimal kernel for my Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz, and chose CONFIG_MCORE2 (Core 2/newer Xeon) under "Processor type and features > Processor family"
I ...
2
votes
1answer
167 views
Which edac module should I enable here?
I got a Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz CPU here , not sure which module should be enabled for EDAC:
Chipset: Inter Coporation 6 Series/C2000 , driver in use: i801_smbus
5
votes
1answer
329 views
User Kernel split in 64bit Linux
What is the default user/kernel split in the 64bit linux ?
I read Documentation/x86_64/mm.txt (which someone pointed out), but I could not make out. Can somebody provide a direct answer (something ...
2
votes
2answers
308 views
Fedora 15 i686 report only 2.6 GB RAM
I have laptop Asus N53SV with 4 GB of RAM, i7 with integrated card and dedicated GPU. My problem on Fedora is that system reports only 2.6 GB RAM. I know that I should use kernel with PAE but even ...
4
votes
1answer
747 views
Use aes-ni in Debian
I am considering building a small home server. I'd like to encrypt some folders on this server, therefore using the instruction set aes-ni which is supported by newer (mostly Intel) chips would be ...