aboutsummaryrefslogtreecommitdiffstats
path: root/cdap3vm/config/cdap-config-template/cdap-site.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cdap3vm/config/cdap-config-template/cdap-site.xml')
-rw-r--r--cdap3vm/config/cdap-config-template/cdap-site.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/cdap3vm/config/cdap-config-template/cdap-site.xml b/cdap3vm/config/cdap-config-template/cdap-site.xml
index c0eabda..1ce75bd 100644
--- a/cdap3vm/config/cdap-config-template/cdap-site.xml
+++ b/cdap3vm/config/cdap-config-template/cdap-site.xml
@@ -57,5 +57,23 @@
</description>
</property>
+<!-- [171660] Tuning parameter changes for log saver and master memory -->
+<property>
+ <name>log.saver.run.memory.megs</name>
+ <value>1024</value>
+ <description>Memory in megabytes allocated for log saver instances to run in YARN</description>
+</property>
+
+<property>
+ <name>log.saver.num.instances</name>
+ <value>2</value>
+ <description>Number of log saver instances to run in YARN</description>
+</property>
+
+<property>
+ <name>master.service.memory.mb</name>
+ <value>2048</value>
+ <description>Memory in megabytes for each master service instance</description>
+</property>
</configuration>