bro-n-bro / cybernode

🧠 Provider for the Great Web.
https://cybernode.ai
Other
30 stars 11 forks source link

Best practices for packing (dockerizing) Java/Kotlin apps #3

Closed cyborgshead closed 6 years ago

cyborgshead commented 6 years ago

@abitrolly commented on Sat Jan 27 2018

Article from RedHat shows that Java/Kotlin memory usage should artificially limited to be effective inside containers - https://developers.redhat.com/blog/2017/03/14/java-inside-docker/

At the very least options -XX:+PrintFlagsFinal -XX:+PrintGCDetails should be specified to debug what Java is up to.

cyberadmin commented 6 years ago

not actual