You are reading a single comment by @kameas and its replies. Click here to read the full conversation.
  • hi, i use espruino_1v95, and if u upload file > 10kb - i have error:

    >Uncaught SyntaxError: Got UNFINISHED STRING expected EOF
     at line 1 col 15
    E.setBootCode("Modules.removeAllCached()­;Modules.addCached(\...
                  ^
    New interpreter error: LOW_MEMORY,MEMORY
    =undefined
    

    if i send file <10kb - it's ok, maybe I'm doing something wrong?

    process.memory() print:

    >process.memory()
    ={ "free": 1660, "usage": 40, "total": 1700, "history": 773,
      "gc": 3, "gctime": 1.542 }
    

    and process.memory(), with file almost 10 kb in size

    >process.memory()
    ={ "free": 1155, "usage": 545, "total": 1700, "history": 0,
      "gc": 23, "gctime": 1.66 }
    
About

Avatar for kameas @kameas started