mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
At startup, a large chunk of virtual memory is used up by the heap. This works fine in emulation (qemu-arm), but doesn't work so well on an actual Raspberry Pi. Therefore, this commit reduces the requested amount until a heap size is found that works on the system. This can certainly be improved, but for now it's an important fix because it allows TinyGo built binaries to actually run on a Raspberry Pi with just 1GB RAM.pull/2117/head
Ayke van Laethem
3 years ago
committed by
Ron Evans
2 changed files with 21 additions and 6 deletions
Loading…
Reference in new issue