Segment fault after migration 1.6 to 1.7

Hi! I After the migration of 1.6 to 1.7, I had a problem after installation:
“Segment fault” on launch meteor
While I was writing these few words, I had an idea …
After a few minutes, I just solve it.

I post here, it might help.

I have edit in the meteor script:
nano ~/.meteor/packages/meteor-tool /1.7.0_1/mt-os.linux.x86_32/meteor

At the end of file, I changed the value of -max-old-space-size.
Sample
exec “$ DEV_BUNDLE / bin / node”
- max-old-space-size = 2096
$ {TOOL_NODE_FLAGS}
“$ METEOR” “$ @”

hoping it can help another people.

Best regard.
Iwoks

Thanks very much! Your solution saved my day :smiley: !