Node.js with V8 suitable for limited memory device?

前端 未结 3 443
眼角桃花
眼角桃花 2020-12-28 16:56

Would like to know is node.js with V8 engine suitable to be deployed on limited memory device (e.g. 256mb) and running in parallel with other process.

I read that it

3条回答
  •  醉话见心
    2020-12-28 17:49

    64MB of RAM is sufficient for V8 and Node.js

    See "Compiling Node.js for Arduino YÚN" and also "installing Node.js on Arduino YÚN".

    Arduino YÚN runs linux with 64MB of RAM.

提交回复
热议问题