This is an automated email from the ASF dual-hosted git repository.
vrozov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git
The following commit(s) were added to refs/heads/master by this push:
new 79c3ee6 APEXMALHAR-2519 Memory fix in benchmark app properties
79c3ee6 is described below
commit 79c3ee625423e7445427ca02bf7c6b2b23d45729
Author: SaumyaMohan <[email protected]>
AuthorDate: Fri Jul 21 17:38:28 2017 -0700
APEXMALHAR-2519 Memory fix in benchmark app properties
---
benchmark/src/main/resources/META-INF/properties.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/benchmark/src/main/resources/META-INF/properties.xml
b/benchmark/src/main/resources/META-INF/properties.xml
index aec92d4..0e1d584 100644
--- a/benchmark/src/main/resources/META-INF/properties.xml
+++ b/benchmark/src/main/resources/META-INF/properties.xml
@@ -27,6 +27,10 @@
</property>
-->
<property>
+ <name>dt.application.*.operator.*.attr.MEMORY_MB</name>
+ <value>2048</value>
+ </property>
+ <property>
<name>dt.attr.MASTER_MEMORY_MB</name>
<value>1024</value>
</property>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].