commit | 1d40609651153b0962a1a30cb42f3a0a4fccc93f | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue Jul 03 07:58:56 2012 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue Jul 03 07:58:56 2012 +0000 |
tree | 3937cbfc35803b291f96bffcd30378d3494a4f92 | |
parent | 552c66b0dc0e56fe34ea48da2210c5db972f9577 [diff] |
Reverted accidental change. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@1633 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java b/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java index 29cf35e..994db2a 100644 --- a/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java +++ b/hyracks-test-support/src/main/java/edu/uci/ics/hyracks/storage/am/config/AccessMethodTestsConfig.java
@@ -45,10 +45,10 @@ public static final int RTREE_HYRACKS_FRAME_SIZE = 128; // Mem configuration for LSMRTree and LSMRTreeWithAntiMatterTuples. - public static final int LSM_RTREE_DISK_PAGE_SIZE = 512; + public static final int LSM_RTREE_DISK_PAGE_SIZE = 256; public static final int LSM_RTREE_DISK_NUM_PAGES = 1000; public static final int LSM_RTREE_DISK_MAX_OPEN_FILES = 2000; - public static final int LSM_RTREE_MEM_PAGE_SIZE = 512; + public static final int LSM_RTREE_MEM_PAGE_SIZE = 256; public static final int LSM_RTREE_MEM_NUM_PAGES = 1000; public static final int LSM_RTREE_HYRACKS_FRAME_SIZE = 128;