Y
Hacker News
new
|
ask
|
show
|
jobs
by
cj
805 days ago
Is it node that still limits all processes to 2gb or something by default? (I think their rationale was “it’s a v8 flag so we don’t touch it”)
2 comments
piyh
804 days ago
TIL
https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-...
link
actionfromafar
805 days ago
Upside is that it makes sure your stuff can be deployed on 32-bit.
link
lexicality
805 days ago
Does that come in handy often?
link
hinkley
803 days ago
And yet pointer compression is turned off by default.
link
https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-...