Difference between revisions of "MC-Basic:SYSTEM.MAXMEMBLOCK"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?Sys.MaxMemBlock<br> ?System.MaxMemBlock |AVAILABILITY= All versions |DESCRIPTION= This query returns the size (in bytes) of the largest bl…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

This query returns the size (in bytes) of the largest block of free memory. This value is not necessarily the total amount of free memory in the system.

Syntax

?Sys.MaxMemBlock

?System.MaxMemBlock

Availability

All versions

Type

Long

Range

Depends on the amount of memory installed.

Scope

Configuration, Task or Terminal

Limitations

Read-Only. The statement, “System.MaxMemBlock = <value>” is not flagged as an error, but the statement is ignored.

Examples

?Sys.MaxMemBlock

See Also