MAXSTATIC

The MAXSTATIC option causes the compiler to flag STATIC variables that exceed a specified size.

Read syntax diagramSkip visual syntax diagramMAXSTATIC( max)
max
Specifies the maximum size of a STATIC variable. The compiler flags all STATIC variables that use more bytes than the amount specified by max.

The default is MAXSTATIC(1M).