Commit dfb4860
committed
fix: raise data-manager memory cap to 8g for DELFI-class GTFS feeds
The 4g cap was killing gtfsclean mid-run on the German DELFI feed (the national aggregator that bundles every operator in Germany — ~425 MB raw zip, ~2.2M trips). Measured peaks during cleanup are ~5.5–5.7 GB, well above the 4g ceiling. Bump to 8g, which fits DELFI with comfortable headroom and aligns with osrm's existing footprint. Smaller deployments that don't touch DELFI-class national feeds still get a more generous-than-needed limit but Docker doesn't preallocate, so the only cost is the OOM-killer ceiling moving up.1 parent 673beb1 commit dfb4860
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments