Meteor update failing with Cannot enlarge memory arrays

trying to run meteor update --release 3.1 on a Meteor v2 project and getting the following error, any ideas?

MINISAT-out: Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 67108864, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.

MINISAT-err: Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 67108864, (2) compile with ALLOW_MEMORY_GROWTH which adjusts the size at runtime but prevents some optimizations, or (3) set Module.TOTAL_MEMORY before the program runs.

I do see Trouble updating to 3.0-alpha.17 (minisat) but it seems stale

kinda hacked around this by temporarily reducing the number of packages in the meteor packages file

That worked for me, reduce number of packages and re-adding them without version constraints. Since then after the 3.0 update no more issues

1 Like