Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

MEMORY_MONITOR

MEMORY_MONITOR <Bytes | NO>

Sends a message to the console whenever allocated memory exceeds the next memory threshold. The parameter specifies a size in bytes. For example, MEMORY_MONITOR 500000 sends a message every time memory consumption exceeds the next 500,000 byte range of memory. The message is also sent when memory usage decreases for each absolute memory block. This keyword should be used primarily for debugging, as there is some additional overhead for this feature.

Default: NO

TOCIndex