Commit 113c4ab
committed
fix: lower default max_slot_wal_keep_size from 4096MB to 512MB
The 4096MB default exceeds the total disk size of free tier projects
(2GB), risking disk exhaustion from a lagging or disconnected slot.
512MB fits safely within free tier disk overhead while still providing
a reasonable buffer for logical replication slots (e.g. Realtime, CDC).
WAL archiving to S3 means local retention is not needed for recovery.1 parent d488045 commit 113c4ab
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