promotably / squadron

Deployment app
Other
0 stars 0 forks source link

Set GC in JVM params / Update jsvc init scripts #11

Open vrivellino opened 9 years ago

vrivellino commented 9 years ago

A Garbage Collector (G1GC?) should probably be specified when we start api, scribe, and metrics-aggregator in their deployed forms.

We should also enabled GC logs and rotate them to S3.

cvillecsteele commented 9 years ago

Yes, much agreed!

vrivellino commented 9 years ago

References: http://blog.sokolenko.me/2014/11/javavm-options-production.html http://blog.performize-it.com/2013/09/jvm-params-everyone-should-have-in.html

http://commons.apache.org/proper/commons-daemon/jsvc.html

vrivellino commented 9 years ago

Should also have our daemons drop from root to an unprivileged user.