mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-25 09:01:48 +02:00
Merge pull request #332 from postgrespro/doc
[DOC] Recommendation on setting ptrack.map_size updated with ptrack d…
This commit is contained in:
commit
b1dec24a4f
@ -1202,8 +1202,9 @@ CREATE EXTENSION ptrack;
|
||||
together, which leads to false-positive results when tracking changed
|
||||
blocks and increases the incremental backup size as unchanged blocks
|
||||
can also be copied into the incremental backup.
|
||||
Setting <varname>ptrack.map_size</varname> to a higher value
|
||||
does not affect PTRACK operation. The maximum allowed value is 1024.
|
||||
Setting <varname>ptrack.map_size</varname> to a higher value does not
|
||||
affect PTRACK operation, but it is not recommended to set this parameter
|
||||
to a value higher than 1024.
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user