Browse Source

AMBARI-3912 No override for NM heap memory. (atkach)

atkach 11 years ago
parent
commit
3d404d8ef9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/data/HDP2/global_properties.js

+ 1 - 1
ambari-web/app/data/HDP2/global_properties.js

@@ -383,7 +383,7 @@ module.exports =
       "displayName": "NodeManager Java heap size",
       "description": "Max heapsize for NodeManager",
       "defaultValue": "1024",
-      "isOverridable": false,
+      "isOverridable": true,
       "displayType": "int",
       "unit": "MB",
       "isVisible": true,