MAXMEMORYSIZE= Parameter File Option

Specifies the maximum amount of memory that can be used by an SPDSBASE process.

Valid in: spdsserv.parm parameter file
Default: Unlimited
Interaction: All server parameter memory size options are constrained by MAXMEMORYSIZE=.

Syntax

MAXMEMORYSIZE=n | nK | nM | nG;

Required Argument

n

specifies a number that indicates the amount of memory in terms of bytes (1), kilobytes (1,024 bytes), megabytes (1,048,576 bytes), or gigabytes (1,073,741,824 bytes).

Example

The following statement specifies that a maximum of 4 GB of memory can be dedicated to an SPDSBASE process.
MAXMEMORYSIZE=4G;
Last updated: February 3, 2017