L
L
Lev Rtutin2017-02-14 15:53:56
JavaScript
Lev Rtutin, 2017-02-14 15:53:56

How much memory is needed for V8?

I came up with the idea to throw on the Playstation (first) V8. I wonder how much it consumes on its own, I read somewhere that about 150-200 kb is enough, pulled node.js from the terminal, I think it eats more than it needs in advance, or this space is occupied by either those working in the node at the start.

node
> process.memoryUsage();
{ rss: 26873856,
  heapTotal: 7319552,
  heapUsed: 3971192,
  external: 8758 }

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rustler2000, 2017-02-14
@rtutin

As I remember v0.10.x, the minimum binar is about 5 meters. At 200k, this is clearly not a V8 with its JIT.
The ancient spydermonkey was around 200k but that was literally 2000m.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question