lburgazzoli commented on issue #654: fhir native compilation is eating up lot of memory URL: https://github.com/apache/camel-quarkus/issues/654#issuecomment-578213765 You need to constraint the environment to see how much memory the native-image really requires as the native-image usually demand 80% of the physical memory with max 14 GB so it may be ok to see other extension such has the xslt one to consume 12 GB. So if by removing xml you are now down to 11 GB there may be a change it will work with a constrained environment (you can set the native image max memory to something like 7 GB to validate)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services