Unit
Multiplier
Name (Symbol)
IEC Name (IEC Symbol)
Restrictions
G
2**30
Gigabyte (GB)
Gibibyte (GiB)
T
2**40
Terabyte (TB)
Tebibyte (TiB)
Not on 32-bit machines
P
2**50
Petabyte (PB)
Pebibyte (PiB)
Not on 32-bit machines
E
2*60
Exabyte (EB)
Exbibyte (EiB)
Not on 32-bit machines
Table 6: Storage Allocation Units
5.45.5 Examples
Example 1:
Set the size of the main storage to 1024 MB. Do not lock the memory into the storage.
MAINSIZE 1024
or
MAINSIZE 1024 UNLOCK
or
MAINSIZE 1024M
or
MAINSIZE 1024M UNLOCK
Example 2:
Set the size of the main storage to 4 GB. Lock the memory into the storage.
MAINSIZE 4096 LOCK
or
MAINSIZE 4G LOCK