|
34 | 34 | "scalar_increment" : 1,
|
35 | 35 | "default_value" : 0,
|
36 | 36 | "helpText" : "Specifies the number of huge pages available for memory management, requires a reboot for a change to be applied.",
|
37 |
| - "displayName" : "Number Huge Pages" |
| 37 | + "displayName" : "Number Huge Pages (pending)" |
| 38 | + }, |
| 39 | + { |
| 40 | + "attribute_name" : "hb_number_huge_pages_current", |
| 41 | + "lower_bound" : 0, |
| 42 | + "upper_bound" : 65535, |
| 43 | + "scalar_increment" : 1, |
| 44 | + "default_value" : 0, |
| 45 | + "helpText" : "Specifies the number of huge pages available for memory management for the current IPL. Do not set this attribute directly; set hb_number_huge_pages instead.", |
| 46 | + "displayName" : "Number Huge Pages (current)" |
38 | 47 | },
|
39 | 48 | {
|
40 | 49 | "attribute_name" : "hb_huge_page_size",
|
|
43 | 52 | "scalar_increment" : 1,
|
44 | 53 | "default_value" : 0,
|
45 | 54 | "helpText" : "Specifies the size of huge pages, 0 = 16GB, requires a reboot for a change to be applied.",
|
46 |
| - "displayName" : "Huge Page Size" |
| 55 | + "displayName" : "Huge Page Size (pending)" |
| 56 | + }, |
| 57 | + { |
| 58 | + "attribute_name" : "hb_huge_page_size_current", |
| 59 | + "lower_bound" : 0, |
| 60 | + "upper_bound" : 255, |
| 61 | + "scalar_increment" : 1, |
| 62 | + "default_value" : 0, |
| 63 | + "helpText" : "Specifies the size of huge pages, 0 = 16GB, for the current IPL. Do not set this attribute directly; set hb_huge_page_size instead.", |
| 64 | + "displayName" : "Huge Page Size (current)" |
47 | 65 | },
|
48 | 66 | {
|
49 | 67 | "attribute_name" : "hb_field_core_override",
|
50 | 68 | "lower_bound" : 0,
|
51 | 69 | "upper_bound" : 255,
|
52 | 70 | "scalar_increment" : 1,
|
53 | 71 | "default_value" : 0,
|
54 |
| - "helpText" : "The number of cores to activate where 0 being to activate all available cores. Where N, for fused cores, is to activate 2N cores. Where N, for non-fused cores, is to activate N cores.", |
55 |
| - "displayName" : "Field Core Override" |
| 72 | + "helpText" : "The number of cores to activate where 0 being to activate all available cores. Where N, for fused cores, is to activate 2N cores. Where N, for non-fused cores, is to activate N cores. Requires a reboot for a change to be applied.", |
| 73 | + "displayName" : "Field Core Override (pending)" |
| 74 | + }, |
| 75 | + { |
| 76 | + "attribute_name" : "hb_field_core_override_current", |
| 77 | + "lower_bound" : 0, |
| 78 | + "upper_bound" : 255, |
| 79 | + "scalar_increment" : 1, |
| 80 | + "default_value" : 0, |
| 81 | + "helpText" : "The number of cores to activate where 0 being to activate all available cores. Where N, for fused cores, is to activate 2N cores. Where N, for non-fused cores, is to activate N cores. Value applicable for the current IPL. Do not set this attribute directly; set hb_field_core_override instead.", |
| 82 | + "displayName" : "Field Core Override (current)" |
56 | 83 | },
|
57 | 84 | {
|
58 | 85 | "attribute_name" : "hb_power_limit_in_watts",
|
59 | 86 | "lower_bound" : 0,
|
60 | 87 | "upper_bound" : 65535,
|
61 | 88 | "scalar_increment" : 1,
|
62 | 89 | "default_value" : 0,
|
63 |
| - "helpText" : "Specifies the power limit in watts.", |
64 |
| - "displayName" : "Power Limit In Watts" |
| 90 | + "helpText" : "Specifies the power limit in watts, requires a reboot for a change to be applied.", |
| 91 | + "displayName" : "Power Limit In Watts (pending)" |
| 92 | + }, |
| 93 | + { |
| 94 | + "attribute_name" : "hb_power_limit_in_watts_current", |
| 95 | + "lower_bound" : 0, |
| 96 | + "upper_bound" : 65535, |
| 97 | + "scalar_increment" : 1, |
| 98 | + "default_value" : 0, |
| 99 | + "helpText" : "Specifies the power limit in watts for the current IPL. Do not set this attribute directly; set hb_power_limit_in_watts instead.", |
| 100 | + "displayName" : "Power Limit In Watts (current)" |
65 | 101 | }
|
66 | 102 | ]
|
67 | 103 | }
|
0 commit comments