New interpreter error: LOW_MEMORY,MEMORY #6002
Replies: 1 comment
-
Posted at 2018-09-22 by Wilberforce Really need to see your code Posted at 2018-09-24 by @gfwilliams
Absolutely.
Posted at 2018-09-25 by Robin Mon 2018.09.24
Gordon has a copy.
Still would like to know the threshold, is it like 'ten' percent remaining and if so, of what value? 'free' or 'total' perhaps? How should we gage this? How does one guard against this error without knowing what the limit is? I'd like some comfort in knowing I'm going to be able to squeeze in that which I'm working on. Otherwise, yet another design change, . . . or scrap it all. Posted at 2018-09-25 by @allObjects @gfwilliams, how is Espruino handling circular references - through (nested) module requests - in IDE code uploader? - I'm sure you keep track of what is already uploaded so the nesting cannot get one in trouble. Just asking for confirmation. Posted at 2018-09-25 by @gfwilliams
Where? You mean the
There is no threshold. For
Yes, it keeps track - so you don't end up with it filling memory with duplicate modules :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-09-22 by Robin
Sat 2018.09.22
Anyone able to shed light on this apparent new warning:
New interpreter error: LOW_MEMORY,MEMORY
Attempting to retrieve modules from GitHub
What are the trip points that provide this warning and what is the threshold I should be concerned about for this Pico. Is it one half of the Free space?
Note that the next module in sequence is not loaded when this warning is given.
Beta Was this translation helpful? Give feedback.
All reactions