Commit 538f868
Document migration from pids_limit to mem_limit for Docker deployments (#8695)
Add note explaining why pids_limit was removed in favor of mem_limit.
PostgreSQL's one-process-per-connection model caused production
failures with pids_limit: 100, restricting deployments to ~90-95
concurrent connections.
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 2c83057 commit 538f868
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments