Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
19656b74
Commit
19656b74
authored
Sep 27, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve postgresql.conf descriptions.
parent
cdd91468
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/backend/utils/misc/postgresql.conf.sample
src/backend/utils/misc/postgresql.conf.sample
+6
-6
No files found.
src/backend/utils/misc/postgresql.conf.sample
View file @
19656b74
...
@@ -45,30 +45,30 @@
...
@@ -45,30 +45,30 @@
# Shared Memory Size
# Shared Memory Size
#
#
#shared_buffers = 64 # 2*max_connections, min 16
#shared_buffers = 64 # 2*max_connections, min 16
#max_fsm_relations = 100 # min 10
#max_fsm_relations = 100 # min 10
, fsm is free space map
#max_fsm_pages = 10000 # min 1000
#max_fsm_pages = 10000 # min 1000
, fsm is free space map
#max_locks_per_transaction = 64 # min 10
#max_locks_per_transaction = 64 # min 10
#wal_buffers = 8 # min 4
#wal_buffers = 8 # min 4
#
#
#
Performance
#
Non-shared Memory Sizes
#
#
#sort_mem = 512 # min 32
#sort_mem = 512 # min 32
#vacuum_mem = 8192 # min 1024
#vacuum_mem = 8192 # min 1024
#fsync = true
#
#
# Write-ahead log (WAL)
# Write-ahead log (WAL)
#
#
#wal_files = 0 # range 0-64
#wal_files = 0 # range 0-64
#wal_sync_method = fsync #
fsync or fdatasync or open_sync or open_datasync
#wal_sync_method = fsync #
the default varies across platforms:
#
Note: default wal_sync_method varies across platforms
#
# fsync, fdatasync, open_sync, or open_datasync
#wal_debug = 0 # range 0-16
#wal_debug = 0 # range 0-16
#commit_delay = 0 # range 0-100000
#commit_delay = 0 # range 0-100000
#commit_siblings = 5 # range 1-1000
#commit_siblings = 5 # range 1-1000
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
#checkpoint_segments = 3 # in logfile segments (16MB each), min 1
#checkpoint_timeout = 300 # in seconds, range 30-3600
#checkpoint_timeout = 300 # in seconds, range 30-3600
#fsync = true
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment