In bitbucket-pipelines.yml, I've specified docker service with an allowed memory of 2Gb.
If I run a custom pipeline, then according to the metrics, the docker service is started although that service is not specified in the definition of the custom pipeline.
It seems the docker service is always started. Can I reduce the allowed memory in my custom pipeline? I only need 2 Gb for two specific pipelines.