Difference between revisions of "Page"

From VSI OpenVMS Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
For [[VAX]], a page is equal to a [[Block|block]], 512 [[Byte|bytes]].
 
For [[VAX]], a page is equal to a [[Block|block]], 512 [[Byte|bytes]].
 
For [[Alpha]], page size varies between 8192 [[Byte|bytes]] (8 kilobytes) and 64 kilobytes and can be determined using [[SYS$GETSYI]] or [[F$GETSYI()]] PAGE_SIZE item.
 
For [[Alpha]], page size varies between 8192 [[Byte|bytes]] (8 kilobytes) and 64 kilobytes and can be determined using [[SYS$GETSYI]] or [[F$GETSYI()]] PAGE_SIZE item.
For [[Integrity]], page size varies between 4096 [[Byte|bytes]] (4 kilobytes) and 4 gigabytes (GB) and can be determined using [[SYS$GETSYI]] or [[F$GETSYI()]] PAGE_SIZE item.
+
For [[Integrity]], page size varies between 4096 [[Byte|bytes]] (4 kilobytes) and 4 gigabytes (GB) and can be determined using the [[F$GETSYI()]] PAGE_SIZE item.
  
 
=See also=
 
=See also=

Latest revision as of 00:15, 15 December 2019

A page is a unit of memory allocation in OpenVMS.

For VAX, a page is equal to a block, 512 bytes. For Alpha, page size varies between 8192 bytes (8 kilobytes) and 64 kilobytes and can be determined using SYS$GETSYI or F$GETSYI() PAGE_SIZE item. For Integrity, page size varies between 4096 bytes (4 kilobytes) and 4 gigabytes (GB) and can be determined using the F$GETSYI() PAGE_SIZE item.

See also