Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #105 from caktus/sc-16860-fix-wal-bug-on-fabulaws
Browse files Browse the repository at this point in the history
Sc 16860 fix wal bug on fabulaws
  • Loading branch information
JeremyGibson authored Oct 3, 2022
2 parents cdee420 + 58f33a6 commit ba8e969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabulaws/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.11"
__version__ = "1.0.12"
3 changes: 1 addition & 2 deletions fabulaws/ubuntu/packages/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ class PostgresMixin(AptMixin):
"hot_standby": "on",
"hot_standby_feedback": "on",
"max_wal_senders": "3",
# during client deletion 50 or more may be generated per minute; this allows an hour
"wal_keep_segments": "3000",
"wal_keep_size": "48000", # Replaces wal_keep_segments
# resources - set these dynamically based on actual machine resources (see pg_resource_settings())
# 'shared_buffers': '8GB',
# 'work_mem': '750MB',
Expand Down

0 comments on commit ba8e969

Please sign in to comment.