TIBCOSoftware / bwce-docker

Scripts for customizing Docker image for TIBCO BusinessWorks™ Container Edition
Other
21 stars 40 forks source link

Enhacement Request: Align by default Xmx to container memory #29

Open alexandrev opened 5 years ago

alexandrev commented 5 years ago

Nowadays memory of the AppNode is not aligned with the value from the pod/container which generates some issues at the customer who needs to be monitoring it in order to not forgot to do it.

As we don't support Java 10 yet, we should provide some of the options here as default configuration:

https://medium.com/adorsys/jvm-memory-settings-in-a-container-environment-64b0840e1d9e

What do you think about it?

alexandrev commented 5 years ago

I've seen that with these change we can do it enabling MEMORY_LIMIT env variable

image

What do you think about @awagle