Linux Find Out Virtual Memory PAGESIZE
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 memory using pages
To display size of a page in bytes, enter:
$ getconf PAGESIZE
OR
$ getconf PAGE_SIZE
Output:
4096
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Linux / UNIX FAQ:
- How to: Find the inode size of an ext2 / ext3 filesystem
- File size limit exceeded error under Linux and solution
- Linux / UNIX find out size of email account or mailbox
- Linux Set the Block Size for a SCSI Tape Device
- Linux check memory usage
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Please do not use the comment form to ask for help / question. Ask your question on the excellent Linux tech support forum. Thank you very much for stopping by our site!
Tags: kernel, linux kernel page size, linux memory size, linux page size, linux pagesize, main memory, modern operating systems, pagesize, physical memory, virtual memory ~ Last updated on: January 2, 2008



Recent Comments
Today ~ 19 Comments
Today ~ 2 Comments
Today ~ 37 Comments
Today ~ 46 Comments
Yesterday ~ 2 Comments