I setup my Polymer.Dart based project on Koding.com. All went well and I was able to install the Dart SDK. But when I ran the 'pub build' command after 'pub get' it gives me following error?
Failed to compile a snapshot to .pub/transformers/transformers.snapshot: runtime/vm/scavenger.cc:461: error: Out of memory.
Does that mean my VM on Koding is out of RAM?