You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
I'm sorry but I don't work with PostgreSQL at this time, and it's not feasible for me to review the change right now. I will however keep the issue open, and will return to it when I work with PostgreSQL again. After you've read this comment, I will mark the repo as Archived.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
replace:
s['checkpoint_segments'] = 128 if bulk_load else 64
with:
s['max_wal_size'] = str(3 * (128 if bulk_load else 64) * 16) + 'MB'
The text was updated successfully, but these errors were encountered: