We're using JAXB Runtime version 3.0.2, and we're suffering a terrible performance in terms of Memory consumption.
With an average of 70tps we need to run 10 instances and each is consuming 3gb of ram and 1 core.
I've been reading how to improve performance, but since the non Thread-safe nature of JAXB it seems there is not too much room to improve in memory consumption.
Any tips or advice what to do?, move to Satx or VDT it's an option that I'm considering, but it will worth the cost of refactor all services?
Regards.