I have an application running on Websphere 8.5, I know that the Heap Memory Size of this particular JVM was increased in the past. The committed memory now is 5.6GB but we are having memory issues related to Direct Buffer Memory and now we need to resize it as well. I can see this problem happening through a monitoring toll, so I can't see the size of the direct memory.
My questions are: Is there a correct sizing for the direct memory according to the Java Heap Memory size? Lets say, at least X MB for each X GB.
What is the default value of the XX:MaxDirectMemorySize option?
What else should I consider before changing this option?