spin icon indicating copy to clipboard operation
spin copied to clipboard

On arm64, I get "cannot allocate memory (os error 12)" on executing spin up command

Open theagilecoder opened this issue 1 year ago • 15 comments

This is regarding the quickstart from the docs. It runs on my X86 laptops just fine. But on arm64 platforms such as Raspberry Pi 3 (1 gb ram) or Arm based EC2 instances(with 2 GB ram), spin build works without any issues but on spin up I get the following error:

Error: failed to create stack pool mapping
caused by:
0: mmap failed to allocate 0x7d3e8888 bytes
1: Cannot allocate memory (os error 12)

Am I low on ram ? do I need more for Arm ? Image attached. Screenshot (20)

theagilecoder avatar Nov 28 '23 08:11 theagilecoder