Skip to content

Commit 6e96fbc

Browse files
committed
Changed worker count
1 parent 62bad48 commit 6e96fbc

File tree

1 file changed

+2
-2
lines changed
  • highcpu/src/main/java/com/github/chrishantha/sample/highcpu

1 file changed

+2
-2
lines changed

highcpu/src/main/java/com/github/chrishantha/sample/highcpu/App.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ public class App {
3333
private boolean runMath = true;
3434

3535
@Parameter(names = "--hashing-workers", description = "Hashing Workers")
36-
private int hashingWorkers = 1;
36+
private int hashingWorkers = 6;
3737

3838
@Parameter(names = "--sleeping-workers", description = "Sleeping Workers")
39-
private int sleepingWorkers = 3;
39+
private int sleepingWorkers = 4;
4040

4141
@Parameter(names = "--math-workers", description = "Math Workers")
4242
private int mathWorkers = 2;

0 commit comments

Comments
 (0)