Open ffazendeiro opened 3 years ago
Just to add, the analysis reveal memory usage behavior with glassfish and tomcat is the same.
Hello @vertigo17 , any news on that ?
I upgraded to latest groovy. Can you please test ?
Do you still have the behavior following Groovy upgrade ?
Do you still have the behavior following Groovy upgrade ?
Hi, We are implementing more non GUI tests and using much more properties getFromGroovy and noticed for performance issues with Cerberus application (and eventually a crash). Seems to be a metaspace memory usage with the getFromGroovy and we get the following error: Groovy evaluation error: java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Metaspace
We did some tests and we noticed that the getFromGroovy consumes lots of resources that are never released:
With a massive use of groovy property during the day, metaspace with reach the maximum and will start returning the error. Instances will start to struggle and are not able to handle the load leading to the fail of the application:
Can you please double check Groovy implementation? Thanks in advance.
Version tested: Cerberus4.12-SNAPSHOT-1583 (but this could be present in earlier release as it was never massively tested)