On 9/27/22 14:37, Thomas Hoffmann (Speed4Trade GmbH) wrote:
How much memory did you configure for your java environment? --> Xmx Parameter If the java process eats too much memory, you can write a memory dump when an OOM exception occurs. E.g. with the parameters: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/logs/javadump.dmp" You can also open a JMX port and inspect the memory using during runtime, e.g. with VirtualVM https://visualvm.github.io/
Pretty sure Thomas mean "VisualVM" --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org