Commit 52b06f5
committed
Cap dspace-angular memory at 2g to contain SSR leak
SSR worker has been observed growing to 8GB+ RSS over time. A 2g
container mem_limit lets the kernel OOM-kill the runaway worker;
pm2-runtime then respawns it. Stopgap until the underlying leak
is diagnosed — see TODO in the compose file.1 parent cda22f1 commit 52b06f5
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
0 commit comments