We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bad48 commit 6e96fbcCopy full SHA for 6e96fbc
highcpu/src/main/java/com/github/chrishantha/sample/highcpu/App.java
@@ -33,10 +33,10 @@ public class App {
33
private boolean runMath = true;
34
35
@Parameter(names = "--hashing-workers", description = "Hashing Workers")
36
- private int hashingWorkers = 1;
+ private int hashingWorkers = 6;
37
38
@Parameter(names = "--sleeping-workers", description = "Sleeping Workers")
39
- private int sleepingWorkers = 3;
+ private int sleepingWorkers = 4;
40
41
@Parameter(names = "--math-workers", description = "Math Workers")
42
private int mathWorkers = 2;
0 commit comments