You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by sj...@apache.org on 2016/12/19 19:17:15 UTC

asterixdb-bad git commit: Increase configuration memory for new Hybrid Hash Join

Repository: asterixdb-bad
Updated Branches:
  refs/heads/master 7cc6a84c3 -> 545684b7f


Increase configuration memory for new Hybrid Hash Join

Change-Id: I01d7468c5034aea65bd88133ed85ceb084fbffcb


Project: http://git-wip-us.apache.org/repos/asf/asterixdb-bad/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb-bad/commit/545684b7
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb-bad/tree/545684b7
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb-bad/diff/545684b7

Branch: refs/heads/master
Commit: 545684b7fbc235d46e2094f5bbd50602119ef335
Parents: 7cc6a84
Author: Steven Glenn Jacobs <sj...@ucr.edu>
Authored: Mon Dec 19 10:29:43 2016 -0800
Committer: Steven Glenn Jacobs <sj...@ucr.edu>
Committed: Mon Dec 19 10:29:43 2016 -0800

----------------------------------------------------------------------
 .../src/test/resources/conf/asterix-build-configuration.xml  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb-bad/blob/545684b7/asterix-bad/src/test/resources/conf/asterix-build-configuration.xml
----------------------------------------------------------------------
diff --git a/asterix-bad/src/test/resources/conf/asterix-build-configuration.xml b/asterix-bad/src/test/resources/conf/asterix-build-configuration.xml
index c2f5d41..6007416 100644
--- a/asterix-bad/src/test/resources/conf/asterix-build-configuration.xml
+++ b/asterix-bad/src/test/resources/conf/asterix-build-configuration.xml
@@ -61,19 +61,19 @@
   </property>
   <property>
     <name>compiler.framesize</name>
-    <value>32768</value>
+    <value>32KB</value>
   </property>
   <property>
     <name>compiler.sortmemory</name>
-    <value>327680</value>
+    <value>640KB</value>
   </property>
   <property>
     <name>compiler.groupmemory</name>
-    <value>163840</value>
+    <value>640KB</value>
   </property>
   <property>
     <name>compiler.joinmemory</name>
-    <value>163840</value>
+    <value>640KB</value>
   </property>
   <property>
     <name>compiler.pregelix.home</name>