| setnspartition_maxmemlimit |
Use this method to set maximum memory, in megabytes, allocated to the partition. A zero value indicates the memory is unlimited on the partition and it can consume up to the system limits. |
Syntax |
Parameters |
partitionname |
Name of the Partition. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. This is mandatory parameter. |
maxmemlimit |
Maximum memory, in megabytes, allocated to the partition. A zero value indicates the memory is unlimited on the partition and it can consume up to the system limits. Default value = 10. Minimum value = 0. Maximum value = 1048576. |
Return Value |
Returns simpleResult |
See Also |