Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Documentation
Commits
adf4b3a6
Commit
adf4b3a6
authored
Apr 25, 2020
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update postgresql configurations
parent
562ccd29
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
15 additions
and
15 deletions
+15
-15
apps/auth/postgresql.conf
apps/auth/postgresql.conf
+1
-1
apps/data/postgresql.conf
apps/data/postgresql.conf
+1
-1
apps/docs/postgresql.conf
apps/docs/postgresql.conf
+2
-2
apps/feeds/postgresql.conf
apps/feeds/postgresql.conf
+2
-1
apps/lemmy/postgresql.conf
apps/lemmy/postgresql.conf
+2
-2
apps/mastodon/postgresql.conf
apps/mastodon/postgresql.conf
+2
-2
apps/matrix/postgresql.conf
apps/matrix/postgresql.conf
+1
-2
apps/translate/postgresql.conf
apps/translate/postgresql.conf
+2
-2
apps/video/postgresql.conf
apps/video/postgresql.conf
+2
-2
No files found.
apps/auth/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
...
...
apps/data/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
...
...
apps/docs/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
# Backups
# Backups
wal_level
=
archive
wal_level
=
archive
max_wal_senders
=
1
max_wal_senders
=
2
archive_mode
=
on
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
...
...
apps/feeds/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
...
@@ -23,3 +23,4 @@ default_text_search_config = 'pg_catalog.english'
...
@@ -23,3 +23,4 @@ default_text_search_config = 'pg_catalog.english'
# Extended options
# Extended options
shared_preload_libraries
=
'pg_stat_statements'
shared_preload_libraries
=
'pg_stat_statements'
pg_stat_statements
.
track
=
all
pg_stat_statements
.
track
=
all
apps/lemmy/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
# Backups
# Backups
wal_level
=
archive
wal_level
=
archive
max_wal_senders
=
5
max_wal_senders
=
2
archive_mode
=
on
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
...
...
apps/mastodon/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
# Backups
# Backups
wal_level
=
archive
wal_level
=
archive
max_wal_senders
=
1
max_wal_senders
=
2
archive_mode
=
on
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
...
...
apps/matrix/postgresql.conf
View file @
adf4b3a6
...
@@ -2,12 +2,11 @@
...
@@ -2,12 +2,11 @@
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
20
max_connections
=
20
shared_buffers
=
512
MB
shared_buffers
=
512
MB
work_mem
=
64
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
# Backups
# Backups
wal_level
=
archive
wal_level
=
archive
max_wal_senders
=
1
max_wal_senders
=
2
archive_mode
=
on
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
...
...
apps/translate/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
# Backups
# Backups
wal_level
=
archive
wal_level
=
archive
max_wal_senders
=
1
max_wal_senders
=
2
archive_mode
=
on
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
...
...
apps/video/postgresql.conf
View file @
adf4b3a6
# Base settings
# Base settings
listen_addresses
=
'*'
listen_addresses
=
'*'
max_connections
=
10
0
max_connections
=
2
0
shared_buffers
=
128
MB
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
dynamic_shared_memory_type
=
posix
# Backups
# Backups
wal_level
=
archive
wal_level
=
archive
max_wal_senders
=
5
max_wal_senders
=
2
archive_mode
=
on
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
...
...
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