diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-11-17 14:52:00 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-11-17 14:52:00 -0500 |
commit | 611fe7d4793ba6516e839dc50b5319b990283f4f (patch) | |
tree | 26a2e078a0bcb0d3bc3b9d30aaac683191c4f581 /src | |
parent | 527878635030489e464d965b3b64f6caf178f641 (diff) | |
download | postgresql-611fe7d4793ba6516e839dc50b5319b990283f4f.tar.gz postgresql-611fe7d4793ba6516e839dc50b5319b990283f4f.zip |
Update postgresql.conf.sample comment for bgwriter_lru_maxpages
Commit 14ca9abfbe4643408ad6ed3279f2f6366cafb3f1 should have done
this, but did not.
Jeff Janes
Discussion: http://postgr.es/m/CAMkU=1yWOvL+YFYzGM9yXSoWjxr_5_Ny78pPzLKQCkfgB7H-JQ@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 7f942ccb38a..16ffbbeea81 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -153,7 +153,7 @@ # - Background Writer - #bgwriter_delay = 200ms # 10-10000ms between rounds -#bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round +#bgwriter_lru_maxpages = 100 # max buffers written/round, 0 disables #bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round #bgwriter_flush_after = 0 # measured in pages, 0 disables |