Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/trace_tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Our recommendation is that set the workers based on the CPU utilization, this va

### Heap

You can configure the heap of Data Prepper by setting the `JVM_OPTS` environmental variable.
You can configure the heap of Data Prepper by setting the `JAVA_OPTS` environmental variable.

Our recommendation is that set the heap value should be minimum `4` * `batch_size` * `otel_send_batch_size` * `maximum size of indvidual span`.

Expand Down Expand Up @@ -58,4 +58,4 @@ We ran tests in a `r5.xlarge` with the below configuration,
* `Heap` : 10GB

The above setup was able to handle a throughput of `2100` spans/second at `20` percent CPU utilization.


Loading