johnpoth commented on issue #654: fhir native compilation is eating up lot of memory URL: https://github.com/apache/camel-quarkus/issues/654#issuecomment-578209220 The 11 GB mentioned above was mainly due to camel-quarkus-core-xml dependency. I've removed the dependency from camel-fhir. The main memory usage is now coming from enabling field reflection on the FHIR model classes [1]. I've sent a message to the quarkus guys to see if this is expected (the feedback so far is this is expected). During my testing i've also noticed camel-xslt extension requires > 12 GB which also might be a problem when testing through CIs. [1] https://github.com/apache/camel-quarkus/blob/master/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/FhirProcessor.java#L134
---------------------------------------------------------------- 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