Recently my DBA’s were asking me what the page size was in linux. A page size is a logical block of your physical, or virtual memory. Each type of memory is divided into same size blocks or pages. To find your system pagesize in linux type:
getconf PAGESIZE
or
getconf PAGE_SIZE