Free memory used for static ? #6809
Unanswered
espruino-discuss
asked this question in
Porting to new Devices
Replies: 1 comment
-
Posted at 2018-01-25 by @gfwilliams Espruino uses a statically allocated block of memory for all its variables. There's no point having 2000 variables if you can't actually use them because the memory has been allocated for something else! All you can do is reduce the amount of JsVars that are used so you don't use up all your memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-01-25 by JumJum
Got an ESP32 wrover board and tried to get Espruino running.
Main idea was to use additional PSRAM for jsvars.
Problem is, I ran into memory problems, exactly the problem I tried to avoid :-(
Espressif told this:
I've in mind about a similiar problem (for ESP8266 ?).
Any idea, what I can do ?
Beta Was this translation helpful? Give feedback.
All reactions