play-co / devkit-core

11 stars 17 forks source link

[TaskQueue] Reduce parallelization of tasks #64

Closed bjornstar closed 7 years ago

bjornstar commented 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.

bjornstar commented 7 years ago

Not entirely sure the parallelism is causing the problem in our build yet. Needs more investigation.