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.
@nachocodoner has included a fix for this issue (i.e. updated minisat) in Meteor 3.2-beta.1 , which he’s just published.
Could you please verify that updating from your previous version now succeeds (e.g. updating from the same v2 project as per 24 December via meteor update --release 3.2-beta.1 in @adamginsburg’s case), and let us know?