Howto check the size of PAGESIZE on Linux

Some recent operating systems have their main memory divided into pages and it allows better utilization of memory.

Kernel swap and allocates memory using pages.

You can view the size of a page in bytes, using this command::
# getconf PAGESIZE

0 Comments: