-largedata

Allows arrays and structures exceeding 2GB in size using the allocate statement.
Restriction: Supported on 64-bit Windows platforms only.

Array bounds can be any values up to 2^63, and the following built-in functions return fixed-bin(63) values:

  • SIZE
  • STORAGE
  • HBOUND
  • LBOUND
  • DIMENSION

-largedata also enables -medium_model.

Data information files created by the -adt and -dc options do not support data items exceeding 2GB in size.

The Visual Studio IDE does not fully support large data items; for example, Intellisense is not implemented when looking at data item sizes.