This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 6027bb8 CAMEL-16337: Add short uuid generator that uses 50% the size
as the default.
6027bb8 is described below
commit 6027bb83ccd32b1b9c778ce7b98260e9f3b37176
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 12 12:35:45 2021 +0100
CAMEL-16337: Add short uuid generator that uses 50% the size as the default.
---
profiling/timer-log/src/main/resources/application.properties | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiling/timer-log/src/main/resources/application.properties
b/profiling/timer-log/src/main/resources/application.properties
index c7d93cf..52a6c20 100644
--- a/profiling/timer-log/src/main/resources/application.properties
+++ b/profiling/timer-log/src/main/resources/application.properties
@@ -22,6 +22,10 @@ camel.main.name = MyTinyCamel
# run in lightweight mode to be tiny as possible
camel.main.lightweight = true
+# use short uuid which uses 16 bytes vs 32 by default
+camel.main.uuid-generator = short
+
+# use object pooling to reduce JVM garbage collection
camel.main.exchange-factory = pooled
camel.main.exchange-factory-capacity = 25
camel.main.exchange-factory-statistics-enabled = true