Hello all, when using docker service we are experiencing memory limits on image build on two unrelated projects since today (8. 8. 2018). We did not change anything substantial nor added memory complexity of the build, code. Has the memory limitation for the docker services changed recently? Thank you!
For me adding the line "size: 2x" solved the issue like:
(inside bitbucket-pipelines.yml)
pipelines:
default:
- step:
size: 2x
caches: - maven
script: ...
Exactly, but pricing for `memory: 2048` is more pleasant if it is sufficient.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.