You must increase the
amount of memory available to the Ambari server hosting views.
This is particularly true if you intend to deploy and use
multiple views concurrently.
- Review the amount of memory available to the Ambari server that hosts views for your
cluster.
- Review whether your Ambari server is configured for HTTPS.
-
On the Ambari Server host, edit the ambari-env.sh file.
vi /var/lib/ambari-server/ambari-env.sh
-
For the AMBARI_JVM_ARGS variable, replace the default
-Xmx2048m with the following value:
-Xmx4096m -XX:PermSize=128m -XX:MaxPermSize=128m
-
Restart the server.
ambari-server restart