This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
The following commit(s) were added to refs/heads/main by this push:
new 8dc0f04 Kafka Mongo Profiling requires 256 Mb of Heap at least
8dc0f04 is described below
commit 8dc0f04dc1b566a98188abb86da39757269abc86
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>