You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by iw...@apache.org on 2015/12/24 03:44:15 UTC

[3/4] incubator-hawq git commit: HAWQ-265. Change metadata share memory flush strategy: change max hdfs file num minimum to 128k.

HAWQ-265. Change metadata share memory flush strategy: change max hdfs file num minimum to 128k.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/594c1540
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/594c1540
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/594c1540

Branch: refs/heads/master
Commit: 594c154055f138cc86c2c89a443e85f742d886ec
Parents: ee194aa
Author: stanlyxiang <st...@gmail.com>
Authored: Wed Dec 23 13:18:09 2015 +0800
Committer: stanlyxiang <st...@gmail.com>
Committed: Wed Dec 23 13:18:09 2015 +0800

----------------------------------------------------------------------
 src/backend/utils/misc/guc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/594c1540/src/backend/utils/misc/guc.c
----------------------------------------------------------------------
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 1915d6e..1ae6b2c 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -6540,7 +6540,7 @@ static struct config_int ConfigureNamesInt[] =
 				NULL
 		},
 		&metadata_cache_max_hdfs_file_num,
-		524288, 32768, 8388608, NULL, NULL
+		524288, 131072, 8388608, NULL, NULL
 	},
 
 	/* End-of-list marker */