RE: JAVA_MAX_MEM_RATIO greater than 60%

2018-06-15 Thread Karl Nicholas
: Karl Nicholas ; users@lists.openshift.redhat.com Subject: Re: JAVA_MAX_MEM_RATIO greater than 60% Can you run the app with enough memory and check process memory usage from `oc rsh`? Perhaps it will give more insight. The container is not running a separate OS. It is just the process you are

Re: JAVA_MAX_MEM_RATIO greater than 60%

2018-06-14 Thread Aleksandar Kostadinov
Can you run the app with enough memory and check process memory usage from `oc rsh`? Perhaps it will give more insight. The container is not running a separate OS. It is just the process you are starting within that container and the libraries it loads. And any additional processes it spawns.