scheduler lmm disable argument: Stop automatic low memory management (SQL administration API)

Use the scheduler lmm disable argument with the admin() or task() function to stop the current and subsequent invocations of automatic low memory management.

Syntax

EXECUTE FUNCTION { admin | task } ("scheduler lmm disable", );

Usage

If automatic low memory management is enabled, you can disable it by specifying:

EXECUTE FUNCTION task("scheduler lmm disable");

You use the scheduler lmm enable argument with the admin() or task() function to start automatic low memory management and update threshold settings.

You can view information about automatic low memory management settings and recent activity with the onstat -g lmm command.