
{ Define the limit of random page faults.  Page streaming terminates if the number of consecutive page
{ faults exceeds the limit. (random really means at an address less than the current streaming position)

  VAR
    mmv$page_streaming_random_limit: [XREF] 0 .. 255;

