Repository: kylin Updated Branches: refs/heads/KYLIN-2294 fa21935bf -> d0f73fb14
further increase in-mem footprint Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/d0f73fb1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/d0f73fb1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/d0f73fb1 Branch: refs/heads/KYLIN-2294 Commit: d0f73fb14781602cb6832b68839cd29b5d6008d4 Parents: fa21935 Author: Yang Li <liy...@apache.org> Authored: Thu Dec 22 07:39:57 2016 +0800 Committer: Yang Li <liy...@apache.org> Committed: Thu Dec 22 07:39:57 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/d0f73fb1/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 b450557..b05495f 100644 --- a/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml +++ b/examples/test_case_data/sandbox/kylin_job_conf_inmem.xml @@ -78,13 +78,13 @@ <!--Additional config for in-mem cubing, giving mapper more memory --> <property> <name>mapreduce.map.memory.mb</name> - <value>512</value> + <value>768</value> <description></description> </property> <property> <name>mapreduce.map.java.opts</name> - <value>-Xmx450m</value> + <value>-Xmx700m</value> <description></description> </property>