ppalaga commented on issue #673: Incredible use of RAM even on small example/rest-json URL: https://github.com/apache/camel-quarkus/issues/673#issuecomment-580202649 Sounds like you do not like the amount of RAM spent by the native image compilation. If that's really the problem: * yes, it is known. The more RAM the faster the native compilation. * You can set a limit passing `-Dnative-image.xmx=Ng` where N is the number of gigabytes the native image compilation can use.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
