We are migrating an application from Adobe CF to Lucee, and the application is of heavy traffic one. As part of the functional / load test its observed that the heap memory is growing up gradually and server not responds after 2-3hrs and need a service restart. Gone through various articles and couldn’t find the exact cause of the issue. Any thoughts on this will be greatly appreciated.
OS: Windows server 2019 Java Version: 1.8.0_301 (Oracle Corporation) 64bit Tomcat Version: Apache Tomcat/9.0.62 Lucee Version: Lucee 5.3.9.141
We were using isSafeHTML in ColdFusion for the input validation. That got replaced with AntiSamy in our Lucee project. And heap dump shows it is causing a lot. When removed the validation, its running pretty well.