main memory

Linux Detecting: Second CPU / Processor

by Vivek Gite on April 3, 2008 · 0 comments

If another CPU is added to a server, will Linux recognize it automatically on the next boot?

{ 0 comments }

Linux Find Out Virtual Memory PAGESIZE

by Vivek Gite on January 2, 2008 · 8 comments

Q. How do I check the size of PAGESIZE under Linux? A. Most modern operating systems have their main memory divided into pages. It allows better utilization of memory. A page is a fixed length block of main memory, that is contiguous in both physical memory addressing and virtual memory addressing. Kernel swap and allocates [...]

{ 8 comments }