Commit 8623ef2
committed
fix: lower default max_slot_wal_keep_size from 4096MB to 1024MB
The previous 4096MB default exceeds the total disk size of free tier
projects (2GB), risking disk exhaustion if a replication slot falls
behind. 1024MB fits safely within disk overhead allowances while still
providing a meaningful buffer for legitimate slot usage.1 parent df55564 commit 8623ef2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments