Good afternoon all,
We’ve been having on-going memory related issues on our middleware server for a few months now. After around 2 weeks of usage our NodeManager seems to fail as the server runs out of memory. Normally a restart of the server is the fix however, with an increase in uses we’re worried this will need completing on a more regular basis.
Can anyone assist in understanding how to fix this problem? We’ve already increased the memory allocation on our managed server of the MWS to the following:
The lower limit is 04 GB and the upper limit is 06 GB for both Managed Servers. I suspect this was merely prolonged the failure and hasn’t resolved the issue.
Log file dump:
<May 25, 2023 2:27:01 AM BST> <SEVERE> <Fatal error in NodeManager server>
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:717)
at weblogic.nodemanager.server.SSLListener.run(SSLListener.java:192)
at weblogic.nodemanager.server.NMServer$ClassicServer.start(NMServer.java:785)
at weblogic.nodemanager.server.NMServer.start(NMServer.java:362)
at weblogic.nodemanager.server.NMServer.main(NMServer.java:591)
at weblogic.NodeManager.main(NodeManager.java:31)