소스 검색

AMBARI-2537. NameNode max new size opt should be set to 200M by default. (jaimin)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1498809 13f79535-47bb-0310-9956-ffa450edef68
Jaimin Jetly 12 년 전
부모
커밋
bf2915c9e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-web/app/data/config_properties.js

+ 1 - 1
ambari-web/app/data/config_properties.js

@@ -336,7 +336,7 @@ module.exports =
       "name": "namenode_opt_maxnewsize",
       "displayName": "NameNode maximum new generation size",
       "description": "",
-      "defaultValue": "640",
+      "defaultValue": "200",
       "displayType": "int",
       "unit": "MB",
       "isOverridable": false,