You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
Ideally this should be something we can read from the command line args rather than something that is set in the gulpfile.
The motivation for this is to limit the threads used on Travis, at it seems whatever default it is using is crippling the compiler performance currently (10x slower at compiling purescript-halogen), as of psc 0.7.5.
I'm only thinking of the RTS -N option here, but maybe we should allow the use of any RTS arguments, it could be useful for debugging too.