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 7e18e2e  Kafka-Minio: Added a note about Heap sizing
7e18e2e is described below

commit 7e18e2ef41b6b192c17dfdad4d42e6f603109cfe
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Sep 21 16:06:28 2021 +0200

    Kafka-Minio: Added a note about Heap sizing
---
 profiling/kafka-minio/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiling/kafka-minio/README.md b/profiling/kafka-minio/README.md
index a238db8..6d213af 100644
--- a/profiling/kafka-minio/README.md
+++ b/profiling/kafka-minio/README.md
@@ -93,6 +93,10 @@ docker run --rm -ti \
 
 In this case we are allocating 128 Mb Memory to the container and 0.25% cpus.
 
+## HEAP Sizing
+
+In the pom you can also set a different Heap Size. The default is 64 Mb.
+
 ## Send messages to Kafka
 
 You'll need also kafkacat to be able to inject the filename header and use the 
burst script

Reply via email to