WaspW
Wasp13mo ago
Zuck

I need to increase fly VM size

How can i increase my fly VM Size?

I want to use wasp deploy, and i know the OG fly command is
flyctl deploy --remote-only --vm-size shared-cpu-4x --vm-memory 8196
I think anyways.

i thought i could do it with
wasp deploy fly deploy --fly-toml-dir $(pwd)/infra/production --org jferrarishaikh-gmail-com fly cmd --remote-only --vm-size shared-cpu-4x --vm-memory 8196


but --remote-only isnt an option error.

The root error im getting is
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory\n' +


Hence why i want to increase the size.
Was this page helpful?