• Really need to see your code

    Absolutely.

    • LOW_MEMORY - memory is low enough that command history got deleted, Espruino had to do a Garbage Collection pass while running your code. This isn't the end of the world.
    • MEMORY - memory ran out, execution was halted.
  • Mon 2018.09.24

    'Really need to see your code - Absolutely'

    Gordon has a copy.


    Attempted to load three unminified deployed modules with three require() statements. That's it. The third module didn't get loaded. Not really gaining that much by using either Esprima or Closure compiler.

    re: 'LOW_MEMORY - memory is low enough'

    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.

About

Avatar for Gordon @Gordon started