memory_usage.txt 656 B

12345678910111213
  1. Current memory usage, take samples/littlevgl in Zephyr for example:
  2. (1) WASM app binary: 142K for littlevgl ui_app.wasm
  3. (2) WASM app memory space: 64K for littlevgl ui_app.wasm
  4. (3) WASM app heap space: 8K by default
  5. (4) WASM app thread native stack: 4K by default
  6. (5) WASM interpreter stack: 8K by default
  7. (6) WASM block address hash cache: 3K
  8. (7) timer thread stack: 4K
  9. (8) sensor thread stack: 4K
  10. (9) touch screen thread stack: 4K
  11. (10) others: vm, app mgr, queue, native lib: ~22K
  12. Total memory usage: ~263K