Recently I've upgraded a web application running on RedHat Enterprise AP 7.1 to Wildfly 26.1.3, on top Kubernetes environment.
First consideration is that Wildfly 26.1.3 memory consumption is higher than Redhat 7.1, approx 3.0-3.5GB vs 2.0-2.5GB.
Second consideration is that Wildfly 26.1.3 doesn't seem free memory, specially upon low load (at the night), while RedHat 7.1 does. So for example a couple of Kubernetes pods can reach the memory limit, 5GB, and never free memory. I tried to capture an heap dump, but it doesn't contain anything worthy of note. Does anybody found something similar? Is it normal?
Thank you very much!