This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kafka-azure-stor-blob in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 981cf6faa7491cd66dba87f2b8249405c7b4ff5d Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 3 08:02:41 2021 +0100 Kafka Azure Storage Blob: Added JFR profile --- profiling/kafka-azure-storage-blob/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiling/kafka-azure-storage-blob/pom.xml b/profiling/kafka-azure-storage-blob/pom.xml index 1af58db..5c211fd 100644 --- a/profiling/kafka-azure-storage-blob/pom.xml +++ b/profiling/kafka-azure-storage-blob/pom.xml @@ -151,5 +151,13 @@ <quarkus.container-image.tag>${project.version}-jvm</quarkus.container-image.tag> </properties> </profile> + <profile> + <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,-Xmx256m,-jar,/work/quarkus-run.jar</quarkus.jib.jvm-entrypoint> + <quarkus.container-image.tag>${project.version}-jvm</quarkus.container-image.tag> + </properties> + </profile> </profiles> </project>
