•  
      request #11558 Limit concurrency in gulp build to reduce memory usage
    Infos
    #11558
    Joris MASSON (jmasson)
    2018-06-04 14:05
    2018-06-04 10:32
    11899
    Details
    Limit concurrency in gulp build to reduce memory usage
    CI jobs fill up all the RAM of their server, causing unpredictable failures because of OOM killer killing java, or some random test.
    To avoid this, we should limit the concurrency in our javascript builds. For example, we should try not to run 10 webpack instances at the same time.
    Other
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-06-04
    Attachments
    Empty
    References

    Follow-ups