You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2015/04/11 01:01:44 UTC

ambari git commit: AMBARI-10394. JDK-8013062 appeared during adding service. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/trunk fe702ab2a -> 25fe9bd51


AMBARI-10394. JDK-8013062 appeared during adding service. (swagle)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/25fe9bd5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/25fe9bd5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/25fe9bd5

Branch: refs/heads/trunk
Commit: 25fe9bd51d6eb03196267d6abf226a0f75a08280
Parents: fe702ab
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Fri Apr 10 16:01:37 2015 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Fri Apr 10 16:01:37 2015 -0700

----------------------------------------------------------------------
 ambari-server/src/main/python/ambari_server_main.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/25fe9bd5/ambari-server/src/main/python/ambari_server_main.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/ambari_server_main.py b/ambari-server/src/main/python/ambari_server_main.py
index 902b457..1e6b2ec 100644
--- a/ambari-server/src/main/python/ambari_server_main.py
+++ b/ambari-server/src/main/python/ambari_server_main.py
@@ -58,7 +58,8 @@ jvm_args = os.getenv('AMBARI_JVM_ARGS', '-Xms512m -Xmx2048m')
 SERVER_START_CMD = "{0} " \
     "-server -XX:NewRatio=3 " \
     "-XX:+UseConcMarkSweepGC " + \
-    "-XX:-UseGCOverheadLimit -XX:CMSInitiatingOccupancyFraction=60 " + \
+    "-XX:-UseGCOverheadLimit -XX:CMSInitiatingOccupancyFraction=60 " \
+    "-Dsun.zip.disableMemoryMapping=true " + \
     "{1} {2} " \
     "-cp {3} "\
     "org.apache.ambari.server.controller.AmbariServer " \