Repository: kylin
Updated Branches:
  refs/heads/KYLIN-2294 cfda179a9 -> fa21935bf


make mem for in-mem build


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

Branch: refs/heads/KYLIN-2294
Commit: fa21935bfdee0ab3f591051afcd0b3a3911f117b
Parents: cfda179
Author: Yang Li <liy...@apache.org>
Authored: Thu Dec 22 06:54:32 2016 +0800
Committer: Yang Li <liy...@apache.org>
Committed: Thu Dec 22 06:54:32 2016 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/kylin_job_conf_inmem.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/fa21935b/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml 
b/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml
index 9e8fc84..b450557 100644
--- a/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml
+++ b/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml
@@ -84,13 +84,13 @@
 
     <property>
         <name>mapreduce.map.java.opts</name>
-        <value>-Xmx384m</value>
+        <value>-Xmx450m</value>
         <description></description>
     </property>
 
     <property>
         <name>mapreduce.task.io.sort.mb</name>
-        <value>100</value>
+        <value>10</value>
         <description></description>
     </property>
 

Reply via email to