Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-04 - 43,50340/memsiz.for
There are no other files named memsiz.for in the archive.
C THIS FILE DEFINES THE DYNAMIC MEMORY ARRAY SIZE
C MSIZE IS THE NUMBER OF 36 BITS WORDS
C DMSIZE IS THE NUMBER OF DOUBLE PRECISION (72 BIT) WORDS AND SHOULD BE
C SET EQUAL TO 1/2 MSIZE
C
C If loading with LOCAL symbols MSIZE should probably not
C  exceed 100000 and DMSIZE 50000
C
      PARAMETER MSIZE=150000
      PARAMETER DMSIZE=75000