diff --git a/gpdb-doc/dita/ref_guide/config_params/guc-list.xml b/gpdb-doc/dita/ref_guide/config_params/guc-list.xml index b7058f2a6edb04708b21af0e6381acebdb72e8f7..8d8f4915671f5029ab702966ba2b46ef5ce27af9 100644 --- a/gpdb-doc/dita/ref_guide/config_params/guc-list.xml +++ b/gpdb-doc/dita/ref_guide/config_params/guc-list.xml @@ -445,9 +445,6 @@
  • -
  • - -
  • @@ -1390,7 +1387,7 @@ Boolean - off + on master

    session

    reload

    @@ -1766,6 +1763,10 @@ lower value makes it more likely sequential scans will be used. This parameter has no effect on the size of shared memory allocated by a Greenplum server instance, nor does it reserve kernel disk cache; it is used only for estimation purposes.

    +

    Set this parameter to a number of 32K blocks (for example, 512 for 16MB), + or specify the size of the effective cache (for example, '32MB' for 1024 + blocks). The gpconfig utility and SHOW command display the + effective cache size value in units such as 'MB' or 'kB'.

    @@ -1781,7 +1782,7 @@ floating point - 512MB + 512 (16GB) master

    session

    reload

    @@ -5573,33 +5574,6 @@
    - - krb_srvname - -

    Sets the Kerberos service name.

    - - - - - - - - Value Range - Default - Set Classifications - - - - - service name - postgres - master

    system

    reload

    -
    - - -
    - -
    lc_collate @@ -8254,7 +8228,7 @@ - a comma- separated list of schema names + a comma-separated list of schema names $user,public master

    session

    reload

    @@ -8773,12 +8747,18 @@ temp_buffers -

    Sets the maximum number of temporary buffers used by each database session. These are - session-local buffers used only for access to temporary tables. The setting can be changed - within individual sessions, but only up until the first use of temporary tables within a - session. The cost of setting a large value in sessions that do not actually need a lot of - temporary buffers is only a buffer descriptor, or about 64 bytes, per increment. However if - a buffer is actually used, an additional 8192 bytes will be consumed.

    +

    Sets the maximum memory, in blocks, to allow for temporary buffers by each database + session. These are session-local buffers used only for access to temporary tables. The + setting can be changed within individual sessions, but only up until the first use of + temporary tables within a session. The cost of setting a large value in sessions that do not + actually need a lot of temporary buffers is only a buffer descriptor for each block, or + about 64 bytes, per increment. However if a buffer is actually used, an additional 32768 + bytes will be consumed.

    +

    You can set this parameter to the number of 32K blocks (for example, 1024 + to allow 32MB for buffers), or specify the maximum amount of memory to allow (for example + '48MB' for 1536 blocks). The gpconfig utility and + SHOW command report the maximum amount of memory allowed for temporary + buffers.

    @@ -8794,7 +8774,7 @@ integer - 1024 + 1024 (32MB) master

    session

    reload

    diff --git a/gpdb-doc/dita/ref_guide/config_params/guc_category-list.xml b/gpdb-doc/dita/ref_guide/config_params/guc_category-list.xml index 46ebc30f41329357ca5a773c00fe9b08ed976e2f..5838fbe23d00abf199b1954cd109c9473d070f90 100644 --- a/gpdb-doc/dita/ref_guide/config_params/guc_category-list.xml +++ b/gpdb-doc/dita/ref_guide/config_params/guc_category-list.xml @@ -149,9 +149,6 @@

    -

    - krb_srvname -

    password_encryption