Found a fix for my stupid build time problem... It was my own fault after all :D

…turns out having 2Gb of data files in your /private/ - directory isn’t a great idea, especially if you want to run multiple test-instances in parallel and you are saving 30 times per minute on average out of habit (and thus triggering meteor rebuilds at the same time)…

For some reason I thought that as the stuff /private won’t show up in the client packages, it probably wouldn’t be a problem to keep some stuff for importing there…

This has been over a year and I just found out by accident, feels like my development process has been unchained from a big rock it kept dragging behind itself…

Just a heads-up for everybody encountering issues with long build times / CPU grind and large node processes… :slight_smile:

3 Likes