Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e96fbc

Browse filesBrowse files
committed
Changed worker count
1 parent 62bad48 commit 6e96fbc
Copy full SHA for 6e96fbc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
  • highcpu/src/main/java/com/github/chrishantha/sample/highcpu
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: highcpu/src/main/java/com/github/chrishantha/sample/highcpu/App.java
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.