Re: Building Apache Camel

2022-09-20 Thread Claus Ibsen
Hi That website info is a bit outdated as today these settings are automatic set in the .mvn sub folder of the source code, eg see the file .mvn/jvm.confiig .mvn/jvm.config -Xmx3584m -Djava.awt.headless=true -XX:+UseG1GC -XX:+UseStringDeduplication So you dont need to tweak just use mvn clean in

Re: Building Apache Camel

2022-09-20 Thread Maarten Donderwinkel
> <https://www.twitter.com/user_name_here> <https://www.youtube.com/user/user_name_here> From: ski n Date: Tuesday, 20 September 2022 at 10:35 To: users@camel.apache.org Subject: Re: Building Apache Camel You can either build with OpenJDK 11 with the option or build it with

Re: Building Apache Camel

2022-09-20 Thread ski n
You can either build with OpenJDK 11 with the option or build it with OpenJDK 17 without the option. The option: -XX:MaxPermSize=size Was already deprecated for a while and has been removed in Java 17. Raymond On Tue, Sep 20, 2022 at 10:27 AM FÖRSTERLING Björn < bjoern.foersterl...@cpb-softwa