HI -
I am using the centos docker container of the java gateway, version 3.4.13. I am monitoring 6 different tomcat jvms - with just the basic java template. After about 3 - 5 days, my java gateway stops functioning and the following error appears in the log:
Exception in thread "main" java.lang.OutOfMemoryError: unable to create new native thread
I attempted to increase the heap of the container (Added JAVA_OPTIONS = -Xms512m -Xmx2048m) but it still did not help. Any recommendations on how to keep it running?
Thanks
Al
I am using the centos docker container of the java gateway, version 3.4.13. I am monitoring 6 different tomcat jvms - with just the basic java template. After about 3 - 5 days, my java gateway stops functioning and the following error appears in the log:
Exception in thread "main" java.lang.OutOfMemoryError: unable to create new native thread
I attempted to increase the heap of the container (Added JAVA_OPTIONS = -Xms512m -Xmx2048m) but it still did not help. Any recommendations on how to keep it running?
Thanks
Al