-auto_warn_limit[11]

Sets an automatic storage warning limit for procedures and functions, and generates a compiler warning if the automatic storage usage of a procedure or function exceeds the specified limit.

Syntax

-auto_warn_limit limit[MB|GB]

Parameters

limit
The number of megabytes or gigabytes that represent the maximum storage space allowed before issuing a warning.
MB|GB
Megabytes and Gigabytes respectively. If omitted, MB is assumed.

Default

Not set.

Examples

-auto_warn_limit 500MB
-auto_warn_limit 1GB