You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by zt...@apache.org on 2022/06/19 08:44:20 UTC

[hawq] branch master updated: HAWQ-1811. set hawq_rm_stmt_vseg_memory to 256mb by default

This is an automated email from the ASF dual-hosted git repository.

ztao1987 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git


The following commit(s) were added to refs/heads/master by this push:
     new e6a637ed5 HAWQ-1811. set hawq_rm_stmt_vseg_memory to 256mb by default
e6a637ed5 is described below

commit e6a637ed5e0b27cec34c1429eb78efbbf446b23f
Author: ztao1987 <zh...@gmail.com>
AuthorDate: Sun Jun 19 16:43:39 2022 +0800

    HAWQ-1811. set hawq_rm_stmt_vseg_memory to 256mb by default
---
 src/backend/utils/misc/guc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index a56a59c25..cf98f22bc 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -8805,7 +8805,7 @@ static struct config_string ConfigureNamesString[] =
 			NULL
 		},
 		&rm_stmt_vseg_mem_str,
-		"128mb", assign_hawq_rm_stmt_vseg_memory, NULL
+		"256mb", assign_hawq_rm_stmt_vseg_memory, NULL
 	},
 
 	{