neonious / lowjs

A port of Node.JS with far lower system requirements. Community version for POSIX systems such as Linux, uClinux or Mac OS X.
http://www.lowjs.org/
Other
1.27k stars 72 forks source link

would espressif wrover with 2mb psram work? #119

Closed dkebler closed 3 years ago

dkebler commented 4 years ago

Espressif has an new flavor of wrover (saola) but it only has 2mb psram. Is this sufficient for lowjs?

https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/hw-reference/esp32s2/user-guide-saola-1-v1.2.html https://www.amazon.com/gp/product/B087T7HWFQ/ref=ask_ql_qh_dp_hza

ThomasRogg commented 4 years ago

Hi! low.js actually only needs 1 MB. But we only let it run on 4 MB PSRAM because the user experience would really not be great with 2 MB. Too often at the limit.