Skip to content

Limit number of Scala.js linker tasks that can run at once #2712

Closed
@DavidGregory084

Description

@DavidGregory084

We should limit the number of Scala.js linker tasks that can run concurrently once Scala.js 0.6.27 is released:

Global / concurrentRestrictions += Tags.limit(ScalaJSTags.Link, 2)

This is in the 0.6.x branch of the Scala.js plugin now but not released as yet.

I'm not sure this will resolve all of the memory usage issues that we have been experiencing with the cats build but it should help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions