scala-native
scala-native copied to clipboard
Add documentation for GC heap memory env vars
Currently we have SCALANATIVE_MIN_HEAP_SIZE and SCALANATIVE_MAX_HEAP_SIZE that can be configured.
It would be good to know how big a program can run in 1 mb. Not sure if swap is a factor.
Maybe in a new section for memory constrained devices.
As outlined here: https://github.com/scala-native/scala-native/pull/1374
Internally these are named without the _HEAP. Edit: I think internally they should include _HEAP.