Skip to content

Commit

Permalink
docs: update configuration.md (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk committed Jul 26, 2024
1 parent 36a6234 commit ff3a20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,14 @@ ExecStart=/usr/bin/podman run \
Use `SC4S_LISTEN_STATUS_PORT` to change the "status" port used by the internal health check process. The default value is `8080`.

# Parallelize
Similar to eBPF for TCP congestion of single heavy data stream we use parallelize feature.
Use the parallelize feature to manage TCP congestion when using single heavy-data streams.

This feature can be used with `SC4S_PARALLELIZE_NO_PARTITION`.

| Variable | Values | Description |
|----------|---------------|-------------|
| SC4S_ENABLE_PARALLELIZE=yes | yes or no(default) | Use parallelize to leverage multithreading when consuming from a single TCP connection. |
|SC4S_PARALLELIZE_NO_PARTITION=4 | integer | Set number of threads to use,Default value is 4. |
|SC4S_PARALLELIZE_NO_PARTITION=4 | Integer | Set the number of threads to use, the default value is 4. |



Expand Down

0 comments on commit ff3a20f

Please sign in to comment.