mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Auto-tune effective_cache size to be 4x shared buffers
This commit is contained in:
@ -2410,8 +2410,8 @@ static struct config_int ConfigureNamesInt[] =
|
||||
GUC_UNIT_BLOCKS,
|
||||
},
|
||||
&effective_cache_size,
|
||||
DEFAULT_EFFECTIVE_CACHE_SIZE, 1, INT_MAX,
|
||||
NULL, NULL, NULL
|
||||
-1, -1, INT_MAX,
|
||||
check_effective_cache_size, NULL, NULL
|
||||
},
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user