0

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?

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
Jawaid
  • 99
  • 1
  • 4
  • 17

1 Answers1

1

The issue was related to RAM assigned to my app. Since it was under free tier the RAM amount was limited. It needs more RAM to perform the operation.

Jawaid
  • 99
  • 1
  • 4
  • 17