You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -350,7 +350,7 @@ For heavier traffic scenarios, like `D(16000,200)` or `D(128000,200)`, use the f
350
350
If you see the message below in the genai-bench logs, it indicates that a single process is insufficient to generate the desired load.
351
351
352
352
```log
353
-
CPU usage above 90%! This may constrain your throughput and may even give inconsistent response time measurements!
353
+
CPU usage above 90%! This may constrain your throughput and may even give inconsistent response time measurements!
354
354
```
355
355
356
356
To address this, you can increase the number of worker processes using the `--num-workers` option. For example, to spin up 4 worker processes, use:
@@ -364,9 +364,9 @@ This distributes the load across multiple processes on a single machine, improvi
364
364
365
365
#### Notes on Usage
366
366
367
-
1. This feature is experimental, so monitor the system’s behavior when enabling multiple workers.
367
+
1. This feature is experimental, so monitor the system’s behavior when enabling multiple workers.
368
368
2. Recommended Limit: Do **not**set the number of workers to more than 16, as excessive worker processes can lead to resource contention and diminished performance.
369
-
3. Ensure your system has sufficient CPU and memory resources to support the desired number of workers.
369
+
3. Ensure your system has sufficient CPU and memory resources to support the desired number of workers.
370
370
4. Adjust the number of workers based on your target load and system capacity to achieve optimal results.
0 commit comments