Attempt to workaround Renovate out of memory issue (#34027)

This commit is contained in:
Michael Telatynski
2026-06-30 10:49:57 +00:00
committed by GitHub
parent 5374ae2b53
commit 75982e87e1
+8 -1
View File
@@ -46,5 +46,12 @@
"datasourceTemplate": "npm",
"depTypeTemplate": "hak"
}
]
],
"toolSettings": {
"nodeMaxMemory": 2048
},
"env": {
"PNPM_MAX_WORKERS": "2",
"PNPM_WORKERS": "2"
}
}