Closed bjornstar closed 7 years ago
Running the tasks in parallel causes too much memory utilization on machines with more cores than memory.
Short term fix to get builds working again. I suggest removing TaskQueue and using devkit-spriter directly.
TaskQueue
devkit-spriter
Not entirely sure the parallelism is causing the problem in our build yet. Needs more investigation.
Running the tasks in parallel causes too much memory utilization on machines with more cores than memory.
Short term fix to get builds working again. I suggest removing
TaskQueue
and usingdevkit-spriter
directly.