Hello,

How many of you use "custom" settings for the Heroku web instances ? As you 
know the Heroku has limited the dyno size to 512MB which could go over but 
then alert is thrown. 
With the default V8 settings the memory limit is in 1.4Gb which allows to 
grow the application heap and memory usage quite high without the GC 
cleanup. So should the V8 option 
--max-old-space-size be set to lets say 512 or 600, are there any other ? 

Also is there any use of `cluster` module or it doesn't have any 
difference, because there is only one core to use ?

Thank you!

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/84471842-5f6a-43d3-965c-cf8f0593fbf5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to