Hacker News new | ask | show | jobs
by asusBsus 3373 days ago
> it stores 4 gigs of data in memory

I'm not sure how a single node process was able to load 4 gbs worth of data into memory? I thought there was a hard limit of 1.5GB per process.

1 comments

It's 1.7GB (for 64bit node) unless you change the limit with the `--max-old-space-size` flag.