Hello,
I finally got beta access to the self-hosted build pipelines, however, the memory allocation limits (8G for size 2x) still applies, and the yml schema doesn't allow us to change it.
Is there anyway to configure this limit?
The main reason why were are running this self-hosted is due memory constraints in the cloud solution.
Update:
Additionally, the pipeline seem to completely ignore `size` and `definitions` for docker memory limit, it always run a `build` instance limited to 1G ram (with and without explicit limits)
Thanks