You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/30 11:06:18 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #673: Incredible use of RAM even on small example/rest-json

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:
users@infra.apache.org


With regards,
Apache Git Services