SPOI-5746 #resolve Setting memory to 128m for Mobile demo
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/d87dd508 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/d87dd508 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/d87dd508 Branch: refs/heads/master Commit: d87dd5082b5f0086d9edc0bde70c32e4177ce4b0 Parents: ba8d612 Author: sashadt <[email protected]> Authored: Thu Jul 30 18:56:53 2015 -0700 Committer: sashadt <[email protected]> Committed: Thu Jul 30 18:56:53 2015 -0700 ---------------------------------------------------------------------- demos/mobile/src/main/resources/META-INF/properties.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/d87dd508/demos/mobile/src/main/resources/META-INF/properties.xml ---------------------------------------------------------------------- diff --git a/demos/mobile/src/main/resources/META-INF/properties.xml b/demos/mobile/src/main/resources/META-INF/properties.xml index 3eab5eb..d0bcac4 100644 --- a/demos/mobile/src/main/resources/META-INF/properties.xml +++ b/demos/mobile/src/main/resources/META-INF/properties.xml @@ -49,7 +49,7 @@ </property> <property> <name>dt.application.MobileDemo.operator.*.attr.JVM_OPTIONS</name> - <value>-Xmx128</value> + <value>-Xmx128m</value> </property> <property> <name>dt.application.MobileDemo.operator.*.port.*.attr.BUFFER_MEMORY_MB</name>
