diff --git a/.codefresh/bazel.rc b/.codefresh/bazel.rc index 43b19f4b47..b75f7287e4 100644 --- a/.codefresh/bazel.rc +++ b/.codefresh/bazel.rc @@ -23,7 +23,7 @@ build --announce_rc # Bazel doesn't calculate the memory ceiling correctly when running under Docker. # Limit Bazel to consuming resources that fit in CodeFresh VMs # TODO(filipesilva): determine the correct memory limit -build --local_resources=8000,8.0,1.0 +build --local_resources=10240,8.0,1.0 # Retry in the event of flakes, eg. https://circleci.com/gh/angular/angular/31309 test --flaky_test_attempts=2