This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-mongo-prof in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit c5490fc2266ca0ed019387d6abf9c921067e506b Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 15 09:03:56 2021 +0200 Kafka Mongo Profiling requires 256 Mb of Heap at least --- profiling/kafka-mongo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/kafka-mongo/pom.xml b/profiling/kafka-mongo/pom.xml index cd1afd3..eadb710 100644 --- a/profiling/kafka-mongo/pom.xml +++ b/profiling/kafka-mongo/pom.xml @@ -155,7 +155,7 @@ <id>jfr</id> <properties> <quarkus.jib.base-jvm-image>adoptopenjdk/openjdk11:ubi-minimal</quarkus.jib.base-jvm-image> - <quarkus.jib.jvm-entrypoint>java,-XX:+UseShenandoahGC,-Xlog:gc,-XX:StartFlightRecording=name=Test\,settings=/work/jfr/settings_for_heap.jfc\,filename=/work/jfr/output.jfr,-Xmx128m,-jar,/work/quarkus-run.jar</quarkus.jib.jvm-entrypoint> + <quarkus.jib.jvm-entrypoint>java,-XX:+UseShenandoahGC,-Xlog:gc,-XX:StartFlightRecording=name=Test\,settings=/work/jfr/settings_for_heap.jfc\,filename=/work/jfr/output.jfr,-Xmx256m,-jar,/work/quarkus-run.jar</quarkus.jib.jvm-entrypoint> <quarkus.container-image.tag>${project.version}-jvm</quarkus.container-image.tag> </properties> </profile>
