IBM Books

IBM LoadLeveler for AIX 5L: Using and Administering

64-bit support for Administration keywords

data_limit, file_limit, core_limit, stack_limit, rss_limit keywords of the Class stanza: 64-bit integer values may be assigned to these limits. Fractional specifications are allowed and will be converted to 64-bit integer values. Unit specifications are accepted and may be one of the following: b, w, kb, kw, mb, mw, gb, gw, tb, tw, pb, pw, eb, ew.

Examples:

core_limit = 8gb,4.25gb
rss_limit  = 1.25eb,3.33pw

default_resources keyword of the Class stanza: Consumable resources associated with the default_resources keyword may be assigned 64-bit integer values. Fractional specifications are not allowed. Unit specifications are valid only when specifying the values of the predefined ConsumableMemory and ConsumableVirtualMemory resources.

Example:

default_resources = ConsumableVirtualMemory(12 gb) db2_license(112)

resources keyword of the Machine stanza: Consumable resources associated with the resources keyword can be assigned 64-bit integer values. Fractional specifications are not allowed. Unit specifications are valid only when specifying the values of the predefined ConsumableMemory and ConsumableVirtualMemory resources.

Examples:

resources = spice2g6(9123456789012) ConsumableMemory(10 gw)
resources = ConsumableVirtualMemory(15 pb) db2_license(1234567890)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]