pagesize

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 }